Bugzilla – Bug 4467
Add for remote radio streams displays "Connecting" for long time
Last modified: 2008-12-18 11:11:39 UTC
Andy - display feedback for remote streams should only be for when playing stream, not when using add? Potential fix: --- trunk/server/Slim/Control/Commands.pm 2006-10-22 21:52:57.000000000 +0100 +++ Slim/Control/Commands.pm 2006-11-04 11:39:21.000000000 +0000 @@ -931,7 +931,7 @@ $log->info(sprintf("jumpToIndex: %s", (defined $jumpToIndex ? $jumpToIndex : 'undef'))); - if ($cmd =~ /^(insert|insertlist)$/) { + if ($cmd =~ /^(insert|insertlist|add|append)$/) {
Yes I will commit a fix.
Fixed in change 10589.