feat:TMDB支持设置语种

This commit is contained in:
jxxghp
2025-04-28 09:10:38 +08:00
parent 2fe68766eb
commit 33fdd6cafa
2 changed files with 5 additions and 2 deletions

View File

@@ -101,6 +101,8 @@ class ConfigModel(BaseModel):
TMDB_IMAGE_DOMAIN: str = "image.tmdb.org"
# TMDB API地址
TMDB_API_DOMAIN: str = "api.themoviedb.org"
# TMDB元数据语言
TMDB_LANGUAGE: str = "zh"
# TMDB API Key
TMDB_API_KEY: str = "db55323b8d3e4154498498a75642b381"
# TVDB API Key