diff options
| author | Fraxinas <andreas.frisch@multimedia-labs.de> | 2010-03-15 12:14:19 +0100 |
|---|---|---|
| committer | Fraxinas <andreas.frisch@multimedia-labs.de> | 2010-03-15 12:26:37 +0100 |
| commit | 20894cf99fd0ab6ecd6e3cf0aebc5b02c4193903 (patch) | |
| tree | 6468785520c97c16c2bafeccd5c04a16de1468bb /lib/python/Plugins/Extensions | |
| parent | bc40d49c3f56137b65986cca012e6792ad1fdc33 (diff) | |
| download | enigma2-20894cf99fd0ab6ecd6e3cf0aebc5b02c4193903.tar.gz enigma2-20894cf99fd0ab6ecd6e3cf0aebc5b02c4193903.zip | |
[DVDBurn] allow burning of recordings that are currently playing in the background, fixes bug 367
Diffstat (limited to 'lib/python/Plugins/Extensions')
| -rw-r--r-- | lib/python/Plugins/Extensions/DVDBurn/TitleCutter.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/Plugins/Extensions/DVDBurn/TitleCutter.py b/lib/python/Plugins/Extensions/DVDBurn/TitleCutter.py index 61152e8a..06ed1bab 100644 --- a/lib/python/Plugins/Extensions/DVDBurn/TitleCutter.py +++ b/lib/python/Plugins/Extensions/DVDBurn/TitleCutter.py @@ -52,6 +52,8 @@ class TitleCutter(CutListEditor): CutListEditor.grabFrame(self) def exit(self): + if self.t.VideoType == -1: + self.getPMTInfo() self.checkAndGrabThumb() self.session.nav.stopService() self.close(self.cut_list[:]) |
