diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-08-04 00:40:05 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-08-04 00:40:05 +0200 |
commit | 3cb314365ca59f73e131bd8488f708f5b5dba5ce (patch) | |
tree | 5ccd1358bb588e6a984b46e9f58424fe7b8ed28f /module/config | |
parent | api fix (diff) | |
download | pyload-3cb314365ca59f73e131bd8488f708f5b5dba5ce.tar.xz |
option to skip if file exists
Diffstat (limited to 'module/config')
-rw-r--r-- | module/config/default.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/config/default.conf b/module/config/default.conf index 78097e8f1..434e85a7c 100644 --- a/module/config/default.conf +++ b/module/config/default.conf @@ -35,6 +35,7 @@ download - "Download": bool limit_speed : "Limit Download Speed" = False
str interface : "Download interface to bind (ip or Name)" = None
bool ipv6 : "Allow IPv6" = False
+ bool skip_existing : "Skip already existing files" = False
permission - "Permissions":
bool change_user : "Change user of running process" = False
str user : "Username" = user
|