Bug 4467 - Add for remote radio streams displays "Connecting" for long time
: Add for remote radio streams displays "Connecting" for long time
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Playlists
: 6.5.1
: All Windows XP
: P2 normal (vote)
: ---
Assigned To: Andy Grundman
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-11-04 03:46 UTC by Adrian Smith
Modified: 2008-12-18 11:11 UTC (History)
1 user (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adrian Smith 2006-11-04 03:46:00 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)$/) {
Comment 1 Andy Grundman 2006-11-04 04:21:37 UTC
Yes I will commit a fix.
Comment 2 Andy Grundman 2006-11-04 12:33:35 UTC
Fixed in change 10589.