Are you running SC 7.3?  If so, look in the DynamicPlayList code for
something like:

if ($client->playmode() eq 'play') {

If you find something like that, try replacing the code with:

if (Slim::Player::Source::playmode($client) eq 'play') {

..that code should work both in 7.2.x and 7.3.


-- 
gharris999
------------------------------------------------------------------------
gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
View this thread: http://forums.slimdevices.com/showthread.php?t=54933

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

Reply via email to