I recently noticed that my remote control access to Random play had
stopped working. It seems to be caused by this routine going missing,
putting it back in causes it to work correctly.

sub getFunctions {

        # Functions to allow mapping of mixes to keypresses
        return {
                'tracks'       => sub { playRandom(shift, 'track') },
                'albums'       => sub { playRandom(shift, 'album') },
                'contributors' => sub { playRandom(shift, 'contributor') },
                'year'         => sub { playRandom(shift, 'year') },
        }
}

Is there a reason for this and can we have it back please?

Craig


-- 
Craig

MC2Slim - Windows Shell and J River Media Center Integration for
Squeezebox.

http://www.duff-zapp.co.uk
------------------------------------------------------------------------
Craig's Profile: http://forums.slimdevices.com/member.php?userid=96
View this thread: http://forums.slimdevices.com/showthread.php?t=48546

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

Reply via email to