From ed817937df0a68c0b222a4e48fdf24984d87c2fb Mon Sep 17 00:00:00 2001 From: Fraxinas Date: Wed, 29 Jul 2009 14:08:29 +0200 Subject: fix disc size unit confusion --- lib/python/Plugins/Extensions/DVDBurn/DVDProject.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '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 -- cgit v1.2.3