feat:新增同盘优先设置

This commit is contained in:
jxxghp
2024-05-24 11:19:21 +08:00
parent be11ef72a9
commit eb4e4b5141
5 changed files with 46 additions and 12 deletions

View File

@ -185,6 +185,8 @@ class Settings(BaseSettings):
PLEX_TOKEN: Optional[str] = None
# 转移方式 link/copy/move/softlink
TRANSFER_TYPE: str = "copy"
# 是否同盘优先
TRANSFER_SAME_DISK: bool = True
# CookieCloud是否启动本地服务
COOKIECLOUD_ENABLE_LOCAL: Optional[bool] = False
# CookieCloud服务器地址