[Slim-Checkins] r10189 - /trunk/server/Slim/Utils/Scanner.pm
andy at svn.slimdevices.com
andy at svn.slimdevices.com
Wed Oct 4 12:10:16 PDT 2006
Author: andy
Date: Wed Oct 4 12:10:15 2006
New Revision: 10189
URL: http://svn.slimdevices.com?rev=10189&view=rev
Log:
Remove some debug
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=10189&r1=10188&r2=10189&view=diff
==============================================================================
--- trunk/server/Slim/Utils/Scanner.pm (original)
+++ trunk/server/Slim/Utils/Scanner.pm Wed Oct 4 12:10:15 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