From cadd746ea1d7617b93c5e589b4a657db7b122409 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 2 May 2011 23:01:34 +0200 Subject: new file states (temp. offline, skipped) --- module/plugins/hooks/MergeFiles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/hooks/MergeFiles.py') 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") -- cgit v1.2.3