fix qb按顺序下载支持变量配置

This commit is contained in:
thsrite
2023-10-28 12:24:24 +08:00
parent c8d2d80cc5
commit f59e10ae1d
4 changed files with 6 additions and 1 deletions

View File

@ -129,6 +129,8 @@ class Settings(BaseSettings):
QB_PASSWORD: str = None
# Qbittorrent分类自动管理
QB_CATEGORY: bool = False
# Qbittorrent按顺序下载
QB_SEQUENTIAL: bool = True
# Transmission地址IP:PORT
TR_HOST: str = None
# Transmission用户名