From: Ronny Strutz Date: Mon, 14 Nov 2005 02:50:09 +0000 (+0000) Subject: set avswitch to input vcr X-Git-Tag: 2.6.0~5242 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/e80b07ffc45ad5b4c5f89715eff2190a1b9da7a8 set avswitch to input vcr --- 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