Oh dear, now that is a bug!

Line 749:
# new players are on by default
if (!Slim::Utils::Prefs::clientGet($client,
"plugin_scrobbler_enabled")) { 
        Slim::Utils::Prefs::clientSet($client,
"plugin_scrobbler_enabled",1); 
}

Will just turn disabled players back on!
Should be
if (!defined Slim::Utils::Prefs::clientGet($client,
"plugin_scrobbler_enabled")) {

James


-- 
James
------------------------------------------------------------------------
James's Profile: http://forums.slimdevices.com/member.php?userid=189
View this thread: http://forums.slimdevices.com/showthread.php?t=37970

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to