fix bug:qBittorrent不校验

This commit is contained in:
david 2021-03-06 11:18:08 +08:00
parent df70acfa1c
commit 55a8ca125c
3 changed files with 4 additions and 5 deletions

View File

@ -6,7 +6,7 @@
```
docker run -d \
--name IYUUPlus \
-e cron='0 9 * * 0' \
-e cron='10 */10 * * *' \
-v /volume1/IYUU/db:/IYUU/db \
-p 8787:8787 \
--restart=always \
@ -17,7 +17,7 @@ iyuucn/iyuuplus:arm64v8
```
docker run -d \
--name IYUUPlus \
-e cron='0 8 * * 0' \
-e cron='10 */10 * * *' \
-v /volume1/IYUU/db:/IYUU/db \
-v /var/lib/transmission/torrents:/torrents \
-v /var/lib/qbittorrent/.local/share/data/qBittorrent/BT_backup:/BT_backup \
@ -31,7 +31,7 @@ iyuucn/iyuuplus:arm64v8
```
docker run -d \
--name IYUUPlus \
-e cron='0 9 * * 0' \
-e cron='10 */10 * * *' \
-v /volume1/IYUU/db:/IYUU/db \
-p 8787:8787 \
--restart=always \

View File

@ -372,7 +372,7 @@ class AutoReseed
}
break;
case 'qBittorrent':
$extra_options['autoTMM'] = 'false'; //关闭自动种子管理
//$extra_options['autoTMM'] = 'false'; //关闭自动种子管理
#$extra_options['skip_checking'] = 'true'; //跳校验
// 添加任务校验后是否暂停
if (isset($extra_options['paused'])) {

View File

@ -1 +0,0 @@
!.gitignore