[Slim-Checkins] r10554 - /trunk/server/Slim/Buttons/TrackInfo.pm

kdf at svn.slimdevices.com kdf at svn.slimdevices.com
Wed Nov 1 21:15:35 PST 2006


Author: kdf
Date: Wed Nov  1 21:15:34 2006
New Revision: 10554

URL: http://svn.slimdevices.com?rev=10554&view=rev
Log:
Bug: 4421
Description: don't bother to jump, as playOrAdd will do the necessary command calls


Modified:
    trunk/server/Slim/Buttons/TrackInfo.pm

Modified: trunk/server/Slim/Buttons/TrackInfo.pm
URL: http://svn.slimdevices.com/trunk/server/Slim/Buttons/TrackInfo.pm?rev=10554&r1=10553&r2=10554&view=diff
==============================================================================
--- trunk/server/Slim/Buttons/TrackInfo.pm (original)
+++ trunk/server/Slim/Buttons/TrackInfo.pm Wed Nov  1 21:15:34 2006
@@ -43,7 +43,6 @@
 			my $addOrInsert = shift;
 
 			playOrAdd($client,$addOrInsert);
-			$client->execute(['playlist', 'jump', 0]) unless $addOrInsert;
 		},
 	);
 }



More information about the checkins mailing list