diff options
| author | thedoc <thedoc@atom.(none)> | 2009-12-23 21:59:37 +0100 |
|---|---|---|
| committer | thedoc <thedoc@atom.(none)> | 2009-12-23 21:59:37 +0100 |
| commit | d36394c5c1659a13392cadab32a70105cabdb759 (patch) | |
| tree | 06fe4bcc6414bbf395a1114de4bc7d17b3e3ca5b /lib/python | |
| parent | 0d6eafb15604b8044bfaad3cc844b561f14cfbe1 (diff) | |
| parent | bba4dec6bbe08a1f0c0c2b73c4b8e62aa8ded2df (diff) | |
| download | enigma2-d36394c5c1659a13392cadab32a70105cabdb759.tar.gz enigma2-d36394c5c1659a13392cadab32a70105cabdb759.zip | |
Merge branch 'master' of git.opendreambox.org:/git/enigma2
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Plugins/Extensions/CutListEditor/plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/Extensions/CutListEditor/plugin.py b/lib/python/Plugins/Extensions/CutListEditor/plugin.py index efe9f761..abd606d6 100644 --- a/lib/python/Plugins/Extensions/CutListEditor/plugin.py +++ b/lib/python/Plugins/Extensions/CutListEditor/plugin.py @@ -195,7 +195,7 @@ class CutListEditor(Screen, InfoBarBase, InfoBarSeek, InfoBarCueSheetSupport, He self.onClose.append(self.__onClose) def __onClose(self): - self.session.nav.playService(self.old_service) + self.session.nav.playService(self.old_service, forceRestart=True) def updateStateLabel(self, state): self["SeekState"].setText(state[3].strip()) |
