X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FPlugins%2FExtensions%2FDVDBurn%2FDVDProject.py;h=83672460056de935db064aa5c72ccfe17022ed61;hp=9a3bd64c6895707cb384c42bb60aa3bfa4a2a54e;hb=7a33f3edf33fcd2291957c05d883d80af3f058ce;hpb=ea3d049f9be807828c8b4450ed3e83552abbac9e diff --git a/lib/python/Plugins/Extensions/DVDBurn/DVDProject.py b/lib/python/Plugins/Extensions/DVDBurn/DVDProject.py index 9a3bd64..8367246 100644 --- a/lib/python/Plugins/Extensions/DVDBurn/DVDProject.py +++ b/lib/python/Plugins/Extensions/DVDBurn/DVDProject.py @@ -18,8 +18,8 @@ class ConfigFilename(ConfigText): return ("mtext"[1-selected:], filename, mark) class DVDProject: - MAX_SL = 4370 - MAX_DL = 7950 + MAX_SL = 4480 + MAX_DL = 8150 def __init__(self): self.titles = [ ] self.target = None