feat: qb 支持强制继续

This commit is contained in:
WithdewHua
2023-10-28 15:03:17 +08:00
parent 16cce73f82
commit d03771f8ab
4 changed files with 12 additions and 1 deletions

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用户名