fix 下载路径

This commit is contained in:
thsrite
2023-07-29 08:34:21 +08:00
parent e9e97a54f7
commit 14afed85b0
2 changed files with 6 additions and 6 deletions

View File

@ -110,9 +110,9 @@ class Settings(BaseSettings):
# 下载保存目录,容器内映射路径需要一致
DOWNLOAD_PATH: str = "/downloads"
# 电影下载保存目录,容器内映射路径需要一致
DOWNLOAD_MOVIE_PATH: str = DOWNLOAD_PATH
DOWNLOAD_MOVIE_PATH: str = None
# 电视剧下载保存目录,容器内映射路径需要一致
DOWNLOAD_TV_PATH: str = DOWNLOAD_PATH
DOWNLOAD_TV_PATH: str = None
# 下载目录二级分类
DOWNLOAD_CATEGORY: bool = False
# 媒体服务器 emby/jellyfin/plex