mirror of
https://github.com/d0zingcat/MoviePilot-Plugins.git
synced 2026-05-13 23:16:47 +00:00
fix(qbcommand.v2): qbittorrent 5 support
This commit is contained in:
@@ -678,7 +678,7 @@ class QbCommand(_PluginBase):
|
||||
|
||||
torrents = []
|
||||
for torrent in all_torrents:
|
||||
if torrent.get("state") == "pausedUP":
|
||||
if torrent.get("state") == "pausedUP" or torrent.get("state") == "stoppedUP":
|
||||
tracker_url = self.get_torrent_tracker(torrent)
|
||||
if not tracker_url:
|
||||
logger.info(f"获取种子 {torrent.name} Tracker失败,不过滤该种子")
|
||||
|
||||
Reference in New Issue
Block a user