Author: ayoung
Date: Thu Jul 28 00:11:57 2011
New Revision: 9462

URL: http://svn.slimdevices.com/jive?rev=9462&view=rev
Log:
bug 17317: SBT will not remain powered off when synced to other SB devices in 
7.6 
Only go to NP on playlist change if ON.

Modified:
    
7.6/trunk/squeezeplay/src/squeezeplay/share/applets/SlimBrowser/SlimBrowserApplet.lua

Modified: 
7.6/trunk/squeezeplay/src/squeezeplay/share/applets/SlimBrowser/SlimBrowserApplet.lua
URL: 
http://svn.slimdevices.com/jive/7.6/trunk/squeezeplay/src/squeezeplay/share/applets/SlimBrowser/SlimBrowserApplet.lua?rev=9462&r1=9461&r2=9462&view=diff
==============================================================================
--- 
7.6/trunk/squeezeplay/src/squeezeplay/share/applets/SlimBrowser/SlimBrowserApplet.lua
 (original)
+++ 
7.6/trunk/squeezeplay/src/squeezeplay/share/applets/SlimBrowser/SlimBrowserApplet.lua
 Thu Jul 28 00:11:57 2011
@@ -3662,7 +3662,7 @@
 
                return
        -- make sure we have step.window replace emptyStep.window when there 
are tracks and emptyStep exists
-       elseif playlistSize then
+       elseif _player:isPowerOn() and playlistSize then
                -- only move into NowPlaying if screensaver is allowed
                if Window:getTopNonTransientWindow():canActivateScreensaver() 
then
                        _goNowPlaying(nil, true)

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive-checkins

Reply via email to