[Slim-Checkins] r10590 - in /trunk/server: Changelog6.html
Slim/Control/Commands.pm
andy at svn.slimdevices.com
andy at svn.slimdevices.com
Sat Nov 4 12:34:34 PST 2006
Author: andy
Date: Sat Nov 4 12:34:33 2006
New Revision: 10590
URL: http://svn.slimdevices.com?rev=10590&view=rev
Log:
Bug 4467, only show 'Connecting' message for Play
Modified:
trunk/server/Changelog6.html
trunk/server/Slim/Control/Commands.pm
Modified: trunk/server/Changelog6.html
URL: http://svn.slimdevices.com/trunk/server/Changelog6.html?rev=10590&r1=10589&r2=10590&view=diff
==============================================================================
--- trunk/server/Changelog6.html (original)
+++ trunk/server/Changelog6.html Sat Nov 4 12:34:33 2006
@@ -114,6 +114,7 @@
<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4447">#4447</a> - lowercase tooltips</li>
<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4450">#4450</a> - With the Nokia770 skin, the genre hyperlink on the track info page doesn't filter by genre</li>
<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4457">#4457</a> - Nokia770 song info page doesn't delimit multiple artists with a comma</li>
+ <li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4467">#4467</a> - Add for remote radio streams displays "Connecting" for long time</li>
</ul>
</ul>
Modified: trunk/server/Slim/Control/Commands.pm
URL: http://svn.slimdevices.com/trunk/server/Slim/Control/Commands.pm?rev=10590&r1=10589&r2=10590&view=diff
==============================================================================
--- trunk/server/Slim/Control/Commands.pm (original)
+++ trunk/server/Slim/Control/Commands.pm Sat Nov 4 12:34:33 2006
@@ -962,7 +962,7 @@
} else {
# Display some feedback for the player on remote URLs
- if ( Slim::Music::Info::isRemoteURL($path) && !Slim::Music::Info::isDigitalInput($path)) {
+ if ( $cmd eq 'play' && Slim::Music::Info::isRemoteURL($path) && !Slim::Music::Info::isDigitalInput($path) ) {
$log->info("Display some feedback for the player on remote URLs");
More information about the checkins
mailing list