fix
This commit is contained in:
parent
3f6bb2b381
commit
901e10a953
@ -109,8 +109,6 @@ class Settings(BaseSettings):
|
|||||||
TORRENT_TAG: str = "MOVIEPILOT"
|
TORRENT_TAG: str = "MOVIEPILOT"
|
||||||
# 下载保存目录,容器内映射路径需要一致
|
# 下载保存目录,容器内映射路径需要一致
|
||||||
DOWNLOAD_PATH: str = "/downloads"
|
DOWNLOAD_PATH: str = "/downloads"
|
||||||
# 择种优先级:site/seeder
|
|
||||||
TORRENT_PRI: str = "seeder"
|
|
||||||
# 媒体服务器 emby/jellyfin/plex
|
# 媒体服务器 emby/jellyfin/plex
|
||||||
MEDIASERVER: str = "emby"
|
MEDIASERVER: str = "emby"
|
||||||
# EMBY服务器地址
|
# EMBY服务器地址
|
||||||
|
Loading…
x
Reference in New Issue
Block a user