diff options
Diffstat (limited to 'lib/python/Screens')
| -rw-r--r-- | lib/python/Screens/Standby.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/python/Screens/Standby.py b/lib/python/Screens/Standby.py index 2382276b..bb38da10 100644 --- a/lib/python/Screens/Standby.py +++ b/lib/python/Screens/Standby.py @@ -6,6 +6,7 @@ class Standby(Screen): def Power(self): print "leave standby" #start last played service + eAVSwitch.getInstance().setInput(0) self.infobar.servicelist.zap() self.leaveMute() self.close() @@ -34,6 +35,8 @@ class Standby(Screen): self.setMute() self.session.nav.stopService() + eAVSwitch.getInstance().setInput(1) + #stop/pause? playing services #switch off avs |
