fix(qbit-manage): disable orphaning data
This commit is contained in:
parent
0d4b7b40a0
commit
f929d48e16
|
@ -14,7 +14,7 @@ data:
|
||||||
tag_update: True
|
tag_update: True
|
||||||
rem_unregistered: False
|
rem_unregistered: False
|
||||||
tag_tracker_error: True
|
tag_tracker_error: True
|
||||||
rem_orphaned: True
|
rem_orphaned: False
|
||||||
tag_nohardlinks: True
|
tag_nohardlinks: True
|
||||||
share_limits: False
|
share_limits: False
|
||||||
skip_qb_version_check: False
|
skip_qb_version_check: False
|
||||||
|
@ -50,7 +50,7 @@ data:
|
||||||
#remote_dir: "/storage/Torrents/"
|
#remote_dir: "/storage/Torrents/"
|
||||||
recycle_bin: "/storage/Torrents/.RecycleBin"
|
recycle_bin: "/storage/Torrents/.RecycleBin"
|
||||||
#torrents_dir: "/storage/Torrents/BT_backup"
|
#torrents_dir: "/storage/Torrents/BT_backup"
|
||||||
orphaned_dir: "/storage/Torrents/orphaned_data"
|
#orphaned_dir: "/storage/Torrents/orphaned_data"
|
||||||
|
|
||||||
cat:
|
cat:
|
||||||
# Category & Path Parameters
|
# Category & Path Parameters
|
||||||
|
|
Loading…
Reference in New Issue