SteveBamber wrote: 
> If you want to fix the HTTP.pm script rather than rollback the issue is
> just that line 577 is missing a curly bracket
> 
> > 
Code:
--------------------
  >   > elsif ($header =~ /^(?:icy-br|x-audiocast-bitrate):\s*(.+)/i) 
--------------------
> > 
> 
> should be
> 
> > 
Code:
--------------------
  >   > elsif ($header =~ /^(?:icy-br|x-audiocast-bitrate):\s*(.+)/i) {
--------------------
> > 

Thanks, that worked for me. In my case the file was
/usr/share/perl5/Slim/Player/Protocols/HTTP.pm, if anyone is wondering.


------------------------------------------------------------------------
Theriverlethe's Profile: http://forums.slimdevices.com/member.php?userid=70264
View this thread: http://forums.slimdevices.com/showthread.php?t=112885

_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to