ignore mplex buffer underruns since they apperently only occur at the very end of...
[enigma2.git] / lib / python / Plugins / Extensions / DVDBurn / DVDTitle.py
index 3d19bc48e71b998905a7bd98c3e4f915a01f9af0..67b410ce092ed34c746daafe52190ca0dadec932 100644 (file)
@@ -9,6 +9,7 @@ class DVDTitle:
                self.inputfile = ""
                self.cutlist = [ ]
                self.chaptermarks = [ ]
+               self.audiotracks = [ ]
                self.timeCreate = None
 
        def addService(self, service):