[Slim-Checkins] r10145 - /trunk/server/Slim/Buttons/Common.pm

kdf at svn.slimdevices.com kdf at svn.slimdevices.com
Mon Oct 2 20:36:12 PDT 2006


Author: kdf
Date: Mon Oct  2 20:36:11 2006
New Revision: 10145

URL: http://svn.slimdevices.com?rev=10145&view=rev
Log:
Bug: 4167
Description: pass $client object

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

Modified: trunk/server/Slim/Buttons/Common.pm
URL: http://svn.slimdevices.com/trunk/server/Slim/Buttons/Common.pm?rev=10145&r1=10144&r2=10145&view=diff
==============================================================================
--- trunk/server/Slim/Buttons/Common.pm (original)
+++ trunk/server/Slim/Buttons/Common.pm Mon Oct  2 20:36:11 2006
@@ -732,7 +732,7 @@
 
 		if (defined $buttonarg && $buttonarg eq "add") {
 
-			Slim::Utils::Favorites->addCurrentItem();
+			Slim::Utils::Favorites->addCurrentItem($client);
 
 		} elsif (mode($client) ne 'FAVORITES') {
 



More information about the checkins mailing list