The bug report I setup has an update on it now. It changes the following
line in Slim/Buttons/Common.pm:

my @sleepChoices = $remaining ? (0, $remaining, 15,30,45,60,90) :
(0,15,30,45,60,90);

to read:

my @sleepChoices = $remaining ? sort(0, $remaining, 15,30,45,60,90) :
(0,15,30,45,60,90);

so that the sleep time options are numerically ordered.

Rather than downloading a nightly build of Slim Server I thought I'd be
able to put this change into Slim/Buttons/Common.pm on my Slim Server
installation and then I'd have the fix. I tried restarting the Slim
Server but it doesn't seem to make any difference. Am I missing
something here? Do I need to do something else for this change to work?
I'm running Slim Server on a Windows machine if that make any
difference.

Thanks.


-- 
edc1
------------------------------------------------------------------------
edc1's Profile: http://forums.slimdevices.com/member.php?userid=7626
View this thread: http://forums.slimdevices.com/showthread.php?t=27805

_______________________________________________
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to