[DVDBurn] allow burning of recordings that are currently playing in the background...
authorFraxinas <andreas.frisch@multimedia-labs.de>
Mon, 15 Mar 2010 11:14:19 +0000 (12:14 +0100)
committerFraxinas <andreas.frisch@multimedia-labs.de>
Wed, 31 Mar 2010 13:37:33 +0000 (15:37 +0200)
lib/python/Plugins/Extensions/DVDBurn/TitleCutter.py

index 61152e8..06ed1ba 100644 (file)
@@ -52,6 +52,8 @@ class TitleCutter(CutListEditor):
                        CutListEditor.grabFrame(self)
 
        def exit(self):
                        CutListEditor.grabFrame(self)
 
        def exit(self):
+               if self.t.VideoType == -1:
+                       self.getPMTInfo()
                self.checkAndGrabThumb()
                self.session.nav.stopService()
                self.close(self.cut_list[:])
                self.checkAndGrabThumb()
                self.session.nav.stopService()
                self.close(self.cut_list[:])