修复transmission往qBittorrent转移种子,错误的问题。

master v1.6.8
iyuu.cn 5 years ago
parent 818794a19b
commit 02205e6ce3
  1. 3
      app/AutoReseed.php

@ -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…
Cancel
Save