fix burning of data DVDs with TS files
[vuplus_dvbapp] / lib / python / Plugins / Extensions / DVDBurn / DVDTitle.py
index bfa2af5..1bfb3d6 100644 (file)
@@ -83,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)