diff --git a/app/modules/qbittorrent/qbittorrent.py b/app/modules/qbittorrent/qbittorrent.py index 3fe3fba0..5d8300da 100644 --- a/app/modules/qbittorrent/qbittorrent.py +++ b/app/modules/qbittorrent/qbittorrent.py @@ -95,7 +95,7 @@ class Qbittorrent(metaclass=Singleton): if not self.qbc: return None torrents, error = self.get_torrents(ids=ids, - status=["downloading", 'paused', 'stalled_downloading'], + status=["downloading"], tags=tags) return None if error else torrents or []