diff --git a/plugins/qbcommand/__init__.py b/plugins/qbcommand/__init__.py index 78f6916..4f8d497 100644 --- a/plugins/qbcommand/__init__.py +++ b/plugins/qbcommand/__init__.py @@ -622,7 +622,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失败,不过滤该种子")