mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
Merge pull request #2878 from InfinityPacer/feature/module
This commit is contained in:
@@ -110,7 +110,7 @@ class Transmission:
|
|||||||
if not self.trc:
|
if not self.trc:
|
||||||
return None
|
return None
|
||||||
try:
|
try:
|
||||||
torrents, error = self.get_torrents(status=["", "seed_pending"], ids=ids, tags=tags)
|
torrents, error = self.get_torrents(status=["seeding", "seed_pending"], ids=ids, tags=tags)
|
||||||
return None if error else torrents or []
|
return None if error else torrents or []
|
||||||
except Exception as err:
|
except Exception as err:
|
||||||
logger.error(f"获取已完成的种子列表出错:{str(err)}")
|
logger.error(f"获取已完成的种子列表出错:{str(err)}")
|
||||||
|
|||||||
Reference in New Issue
Block a user