diff options
| author | Fraxinas <andreas.frisch@multimedia-labs.de> | 2009-08-04 13:26:48 +0200 |
|---|---|---|
| committer | Fraxinas <andreas.frisch@multimedia-labs.de> | 2009-08-04 13:26:48 +0200 |
| commit | bb2800462a81afbcfce36fa15d90808d13eae55b (patch) | |
| tree | b30fae73345441798c1d65c366f7799468997d44 /lib/python/Plugins/Extensions/DVDPlayer/plugin.py | |
| parent | d94506110fbfebcd3f49546c2403b5448589362a (diff) | |
| download | enigma2-bb2800462a81afbcfce36fa15d90808d13eae55b.tar.gz enigma2-bb2800462a81afbcfce36fa15d90808d13eae55b.zip | |
allow two different behaviours when going into resume: SUSPEND_STOPS (default as usual) and new SUSPEND_PAUSES (introduced for dvd player)
Diffstat (limited to 'lib/python/Plugins/Extensions/DVDPlayer/plugin.py')
| -rw-r--r-- | lib/python/Plugins/Extensions/DVDPlayer/plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/Extensions/DVDPlayer/plugin.py b/lib/python/Plugins/Extensions/DVDPlayer/plugin.py index e7a4601e..ce5fa9d2 100644 --- a/lib/python/Plugins/Extensions/DVDPlayer/plugin.py +++ b/lib/python/Plugins/Extensions/DVDPlayer/plugin.py @@ -166,7 +166,7 @@ class ChapterZap(Screen): self.Timer.start(3000, True) class DVDPlayer(Screen, InfoBarBase, InfoBarNotifications, InfoBarSeek, InfoBarPVRState, InfoBarShowHide, HelpableScreen, InfoBarCueSheetSupport): -# ALLOW_SUSPEND = True + ALLOW_SUSPEND = Screen.SUSPEND_PAUSES ENABLE_RESUME_SUPPORT = True skin = """ |
