mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-13 18:11:03 +08:00
fix: manage problem.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user