diff options
Diffstat (limited to 'lib/python/Plugins/Extensions/DVDBurn/DVDTitle.py')
| -rw-r--r-- | lib/python/Plugins/Extensions/DVDBurn/DVDTitle.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/python/Plugins/Extensions/DVDBurn/DVDTitle.py b/lib/python/Plugins/Extensions/DVDBurn/DVDTitle.py new file mode 100644 index 00000000..bc343e78 --- /dev/null +++ b/lib/python/Plugins/Extensions/DVDBurn/DVDTitle.py @@ -0,0 +1,9 @@ + +class DVDTitle: + def __init__(self): + self.cutlist = [ ] + self.source = None + self.name = "" + + def estimateDiskspace(self): + return 0 |
