From 901e10a953a77d67c3e2067c8eaf16b6964f2c65 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sun, 9 Jul 2023 18:56:38 +0800 Subject: [PATCH] fix --- app/core/config.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/core/config.py b/app/core/config.py index 418466c5..036b9f6e 100644 --- a/app/core/config.py +++ b/app/core/config.py @@ -109,8 +109,6 @@ class Settings(BaseSettings): TORRENT_TAG: str = "MOVIEPILOT" # 下载保存目录,容器内映射路径需要一致 DOWNLOAD_PATH: str = "/downloads" - # 择种优先级:site/seeder - TORRENT_PRI: str = "seeder" # 媒体服务器 emby/jellyfin/plex MEDIASERVER: str = "emby" # EMBY服务器地址