fix service type
[enigma2.git] / lib / python / Plugins / Extensions / DVDBurn / DVDTitle.py
index 67b410ce092ed34c746daafe52190ca0dadec932..1bfb3d646beeb58d658694e46165090eb6808ffd 100644 (file)
@@ -11,6 +11,7 @@ class DVDTitle:
                self.chaptermarks = [ ]
                self.audiotracks = [ ]
                self.timeCreate = None
+               self.sVideoType = -1
 
        def addService(self, service):
                from os import path
@@ -82,4 +83,4 @@ class DVDTitle:
                        chapterpts = self.cutlist[0]
                        while chapterpts < self.length*90000:
                                chapterpts += 90000 * 60 * minutes
-                               self.chaptermarks.append(chapterpts)
\ No newline at end of file
+                               self.chaptermarks.append(chapterpts)