blackbite wrote: 
> ThereĀ“s an error in the 
> /share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/SlimServer/Slim/Player/Protocols/HTTP.pm
> file
> 
> Wait for the next nightly build or - if you have QLMS installed see:
> 
> https://forums.slimdevices.com/showthread.php?108292-LogitechMediaServer-for-Qnap-x86_64-with-qts-4-2-or-higher&p=987508&viewfull=1#post987508

If you want to fix the HTTP.pm script rather than rollback the issue is
just that line 577 is missing a curly bracket

elsif ($header =~
/^(?:icy-br|x-audiocast-bitrate):\s*(.+)/i) 

should be

elsif ($header =~
/^(?:icy-br|x-audiocast-bitrate):\s*(.+)/i) {


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

_______________________________________________
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to