mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-07-27 01:32:55 +00:00
修复transmission往qBittorrent转移种子,错误的问题。
This commit is contained in:
@@ -553,7 +553,8 @@ class AutoReseed
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
echo "正在从下载器 clients_".$k." 获取种子哈希……".PHP_EOL;
|
echo "正在从下载器 clients_".$k." 获取种子哈希……".PHP_EOL;
|
||||||
$hashArray = self::$links[$k]['rpc']->getList(self::$move);
|
$move = []; // 客户端做种列表 传址
|
||||||
|
$hashArray = self::$links[$k]['rpc']->getList($move);
|
||||||
if (empty($hashArray)) {
|
if (empty($hashArray)) {
|
||||||
// 失败
|
// 失败
|
||||||
continue;
|
continue;
|
||||||
|
Reference in New Issue
Block a user