[Slim-Checkins] r10224 - /trunk/server/Slim/Utils/Scanner.pm

andy at svn.slimdevices.com andy at svn.slimdevices.com
Thu Oct 5 14:12:16 PDT 2006


Author: andy
Date: Thu Oct  5 14:12:15 2006
New Revision: 10224

URL: http://svn.slimdevices.com?rev=10224&view=rev
Log:
Merge a fix from SN

Modified:
    trunk/server/Slim/Utils/Scanner.pm

Modified: trunk/server/Slim/Utils/Scanner.pm
URL: http://svn.slimdevices.com/trunk/server/Slim/Utils/Scanner.pm?rev=10224&r1=10223&r2=10224&view=diff
==============================================================================
--- trunk/server/Slim/Utils/Scanner.pm (original)
+++ trunk/server/Slim/Utils/Scanner.pm Thu Oct  5 14:12:15 2006
@@ -857,7 +857,7 @@
 	
 	$toScan ||= [];
 	
-	push @{$toScan}, map { $_->url } @{$foundItems};
+	push @{$toScan}, map { $_->url } grep { blessed($_) } @{$foundItems};
 	
 	# This counter makes sure we don't go into an infinite loop
 	$args->{'loopCount'} ||= 0;



More information about the checkins mailing list