Skip to content

Commit 004047b

Browse files
committed
回滚PR #233
1 parent 10ee8d3 commit 004047b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/modules/qbittorrent/qbittorrent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def get_completed_torrents(self, ids: Union[str, list] = None,
8484
if not self.qbc:
8585
return None
8686
# completed会包含移动状态 更改为获取活动上传状态和正在做种状态
87-
torrents, error = self.get_torrents(status=["stalled_uploading", "stalled"], ids=ids, tags=tags)
87+
torrents, error = self.get_torrents(status=["completed"], ids=ids, tags=tags)
8888
return None if error else torrents or []
8989

9090
def get_downloading_torrents(self, ids: Union[str, list] = None,

0 commit comments

Comments
 (0)