[DVDBurn] allow burning of recordings that are currently playing in the background...
[enigma2.git] / lib / python / Plugins / Extensions / DVDBurn / TitleCutter.py
index 61152e8a9ed7983a1a86efd53babed2881a6de75..06ed1bab32f6c6a4618f1327a75e3881ec7ec5b6 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[:])