qBittorrent下载器增加root_folder配置项:是否创建子文件夹

This commit is contained in:
iyuu.cn
2020-06-10 10:30:22 +08:00
parent eabb51c54a
commit 3d675ed4bd
3 changed files with 7 additions and 8 deletions

View File

@ -42,6 +42,7 @@ return array(
'host' => 'http://127.0.0.1:8083',
'username' => '',
'password' => '',
'root_folder'=> 1, // 0不创建根目录1创建根目录
'BT_backup' => 'C:\Users\ASUS\AppData\Local\qBittorrent\BT_backup', // 移动做种必须配置Linux搜索方法find / -name BT_backup
'move' => 0, // 0不移动1移动并辅种2移动且只在当前客户端辅种
),