From f779dbd5189c1693fcc430a1e05024eecd03871f Mon Sep 17 00:00:00 2001 From: EstrellaXD Date: Sun, 10 Sep 2023 14:46:29 +0800 Subject: [PATCH] fix: manage problem. --- backend/src/module/manager/torrent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/module/manager/torrent.py b/backend/src/module/manager/torrent.py index 05b74bf4..058267f4 100644 --- a/backend/src/module/manager/torrent.py +++ b/backend/src/module/manager/torrent.py @@ -120,7 +120,7 @@ class TorrentManager(Database): ) else: # Move torrent - match_list = self.__match_torrents_list(old_data.save_path) + match_list = self.__match_torrents_list(old_data) with DownloadClient() as client: path = client._gen_save_path(data) if match_list: