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