X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/ea3d049f9be807828c8b4450ed3e83552abbac9e..ca13d7906607bb7be40e7695e36054b8b86c8529:/lib/python/Plugins/Extensions/DVDBurn/DVDProject.py diff --git a/lib/python/Plugins/Extensions/DVDBurn/DVDProject.py b/lib/python/Plugins/Extensions/DVDBurn/DVDProject.py index 9a3bd64c..83672460 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