feat: qb 支持强制继续

This commit is contained in:
WithdewHua
2023-10-28 17:41:31 +08:00
parent 16cce73f82
commit d03771f8ab
4 changed files with 12 additions and 1 deletions
+2
View File
@@ -131,6 +131,8 @@ class Settings(BaseSettings):
QB_CATEGORY: bool = False
# Qbittorrent按顺序下载
QB_SEQUENTIAL: bool = True
# Qbittorrent忽略队列限制,强制继续
QB_FORCE_RESUME: bool = False
# Transmission地址,IP:PORT
TR_HOST: str = None
# Transmission用户名