From 02205e6ce3fa9203609076825b439e0a66588e71 Mon Sep 17 00:00:00 2001
From: "iyuu.cn" <367013672@qq.com>
Date: Sat, 21 Mar 2020 19:33:07 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dtransmission=E5=BE=80qBittorr?=
 =?UTF-8?q?ent=E8=BD=AC=E7=A7=BB=E7=A7=8D=E5=AD=90=EF=BC=8C=E9=94=99?=
 =?UTF-8?q?=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98=E3=80=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 app/AutoReseed.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app/AutoReseed.php b/app/AutoReseed.php
index 3f621db..8202c33 100644
--- a/app/AutoReseed.php
+++ b/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;