aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions/DVDBurn/DVDProject.py
diff options
context:
space:
mode:
authorFraxinas <andreas.frisch@multimedia-labs.de>2009-07-29 14:08:29 +0200
committerFraxinas <andreas.frisch@multimedia-labs.de>2009-07-29 14:08:29 +0200
commited817937df0a68c0b222a4e48fdf24984d87c2fb (patch)
treeddb26c4371a8e8e5e0bc6d205044a2180a575d62 /lib/python/Plugins/Extensions/DVDBurn/DVDProject.py
parentea3d049f9be807828c8b4450ed3e83552abbac9e (diff)
downloadenigma2-ed817937df0a68c0b222a4e48fdf24984d87c2fb.tar.gz
enigma2-ed817937df0a68c0b222a4e48fdf24984d87c2fb.zip
fix disc size unit confusion
Diffstat (limited to 'lib/python/Plugins/Extensions/DVDBurn/DVDProject.py')
-rw-r--r--lib/python/Plugins/Extensions/DVDBurn/DVDProject.py4
1 files changed, 2 insertions, 2 deletions
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