[Slim-Checkins] r10188 - /branches/6.5/server/Slim/Utils/Scanner.pm

andy at svn.slimdevices.com andy at svn.slimdevices.com
Wed Oct 4 12:09:44 PDT 2006


Author: andy
Date: Wed Oct  4 12:09:42 2006
New Revision: 10188

URL: http://svn.slimdevices.com?rev=10188&view=rev
Log:
Remove some debug

Modified:
    branches/6.5/server/Slim/Utils/Scanner.pm

Modified: branches/6.5/server/Slim/Utils/Scanner.pm
URL: http://svn.slimdevices.com/branches/6.5/server/Slim/Utils/Scanner.pm?rev=10188&r1=10187&r2=10188&view=diff
==============================================================================
--- branches/6.5/server/Slim/Utils/Scanner.pm (original)
+++ branches/6.5/server/Slim/Utils/Scanner.pm Wed Oct  4 12:09:42 2006
@@ -921,7 +921,6 @@
 	my $args = shift;
 	
 	# Make sure we don't send any bad URLs through
-	$args->{'url'} = 'httpt://wm-live.abacast.com/arabian_radio-dubai92-24';
 	if ( $args->{'url'} !~ /^http:/ ) {
 		my $error = 'Invalid URL: ' . $args->{'url'};
 		scanWMAStreamError( undef, $error, $args );



More information about the checkins mailing list