summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/MergeFiles.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-05-02 23:01:34 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-05-02 23:01:34 +0200
commitcadd746ea1d7617b93c5e589b4a657db7b122409 (patch)
treefdf33aadcab0260bb3638c6f631dd60bc7fe1622 /module/plugins/hooks/MergeFiles.py
parentNCryptIn: Fixed support for web links (diff)
downloadpyload-cadd746ea1d7617b93c5e589b4a657db7b122409.tar.xz
new file states (temp. offline, skipped)
Diffstat (limited to 'module/plugins/hooks/MergeFiles.py')
-rw-r--r--module/plugins/hooks/MergeFiles.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/MergeFiles.py b/module/plugins/hooks/MergeFiles.py
index 02ed9fcb7..9062cb14c 100644
--- a/module/plugins/hooks/MergeFiles.py
+++ b/module/plugins/hooks/MergeFiles.py
@@ -31,7 +31,7 @@ class MergeFiles(Hook):
__version__ = "0.1"
__description__ = "Merges parts splitted with hjsplit"
__config__ = [
- ("activated" , "bool" , "Activated" , "True" ),
+ ("activated" , "bool" , "Activated" , "False"),
]
__threaded__ = ["packageFinished"]
__author_name__ = ("and9000")