This commit is contained in:
jxxghp
2025-05-10 21:53:03 +08:00
parent 4b88ec6460
commit 460e859795
2 changed files with 13 additions and 13 deletions
+3 -2
View File
@@ -103,8 +103,8 @@ class ConfigModel(BaseModel):
TMDB_API_DOMAIN: str = "api.themoviedb.org"
# TMDB元数据语言
TMDB_LOCALE: str = "zh"
# TMDB海报图片语言
TMDB_SCRAP_IMAGE_LOCALE: str = "zh"
# 刮削使用TMDB原始语种图片
TMDB_SCRAP_ORIGINAL_IMAGE: bool = False
# TMDB API Key
TMDB_API_KEY: str = "db55323b8d3e4154498498a75642b381"
# TVDB API Key
@@ -552,6 +552,7 @@ class Settings(BaseSettings, ConfigModel, LogConfigModel):
return {
"server": self.PROXY_HOST
}
return None
@property
def GITHUB_HEADERS(self):