diff options
Diffstat (limited to 'pyload/plugins/addon/MergeFiles.py')
-rw-r--r-- | pyload/plugins/addon/MergeFiles.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugins/addon/MergeFiles.py b/pyload/plugins/addon/MergeFiles.py index 16c88bcdd..1edbf119a 100644 --- a/pyload/plugins/addon/MergeFiles.py +++ b/pyload/plugins/addon/MergeFiles.py @@ -16,8 +16,8 @@ class MergeFiles(Addon): __config__ = [("activated", "bool", "Activated", False)] __description__ = """Merges parts splitted with hjsplit""" - __author_name__ = "and9000" - __author_mail__ = "me@has-no-mail.com" + __authors__ = [("and9000", "me@has-no-mail.com")] + BUFFER_SIZE = 4096 |