# Conflicts:
#	iyuu.cn.php
This commit is contained in:
iyuu.cn
2020-01-10 21:08:11 +08:00

View File

@ -277,7 +277,7 @@ class iyuuAutoReseed
break;
case 'qBittorrent':
$extra_options['paused'] = 'true';
$extra_options['autoTMM'] = 'true';
$extra_options['autoTMM'] = 'false'; //关闭自动种子管理
if( $is_url ){
$result = self::$links[$rpcKey]['rpc']->add( $torrent, $save_path, $extra_options ); // 种子URL添加下载任务
} else{
@ -597,4 +597,4 @@ function object_array($array) {
// 对象转数组
function object2array(&$object) {
return json_decode( json_encode( $object ), true );
}
}