[DVDBurn] allow burning of recordings that are currently playing in the background...
[vuplus_dvbapp] / 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):
+               if self.t.VideoType == -1:
+                       self.getPMTInfo()
                self.checkAndGrabThumb()
                self.session.nav.stopService()
                self.close(self.cut_list[:])