mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-03-20 03:57:30 +08:00
add 查询所有站点最新用户数据 api
This commit is contained in:
@@ -110,7 +110,7 @@ class Transmission:
|
||||
if not self.trc:
|
||||
return None
|
||||
try:
|
||||
torrents, error = self.get_torrents(status=["seeding", "seed_pending"], ids=ids, tags=tags)
|
||||
torrents, error = self.get_torrents(status=["", "seed_pending"], ids=ids, tags=tags)
|
||||
return None if error else torrents or []
|
||||
except Exception as err:
|
||||
logger.error(f"获取已完成的种子列表出错:{str(err)}")
|
||||
|
||||
Reference in New Issue
Block a user