[Slim-Checkins] r33709 - /7.7/trunk/server/Slim/Plugin/UPnP/MediaServer/ConnectionManager.pm

[email protected]
Newsgroups gmane.music.equipment.slimdevices.cvs
Message-ID <[email protected]>
Author: mherger
Date: Wed Nov 16 04:39:44 2011
New Revision: 33709

URL: http://svn.slimdevices.com/slim?rev=33709&view=rev
Log:
Bug: n/a
Description: silence warning on files without a dlna_profile

Modified:
    7.7/trunk/server/Slim/Plugin/UPnP/MediaServer/ConnectionManager.pm

Modified: 7.7/trunk/server/Slim/Plugin/UPnP/MediaServer/ConnectionManager.pm
URL: http://svn.slimdevices.com/slim/7.7/trunk/server/Slim/Plugin/UPnP/MediaServer/ConnectionManager.pm?rev=33709&r1=33708&r2=33709&view=diff
==============================================================================
--- 7.7/trunk/server/Slim/Plugin/UPnP/MediaServer/ConnectionManager.pm (original)
+++ 7.7/trunk/server/Slim/Plugin/UPnP/MediaServer/ConnectionManager.pm Wed Nov 16 04:39:44 2011
@@ -196,7 +196,7 @@
 			$mime = $Slim::Music::Info::types{ $row->{content_type} };
 		}
 		
-		my $key = $mime . $row->{dlna_profile};
+		my $key = $mime . ($row->{dlna_profile} || '');
 		next if $seen{$key}++;
 		
 		if ( $row->{dlna_profile} ) {

_______________________________________________
checkins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/checkins
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.