feat Fanart开关支持环境变量配置,默认开启

This commit is contained in:
thsrite
2024-01-10 10:13:51 +08:00
parent 8aa1027aae
commit 53a6a1c691
4 changed files with 7 additions and 0 deletions

View File

@ -59,6 +59,8 @@ class Settings(BaseSettings):
TMDB_API_KEY: str = "db55323b8d3e4154498498a75642b381"
# TVDB API Key
TVDB_API_KEY: str = "6b481081-10aa-440c-99f2-21d17717ee02"
# Fanart开关
FANART_ENABLE: bool = True
# Fanart API Key
FANART_API_KEY: str = "d2d31f9ecabea050fc7d68aa3146015f"
# 支持的后缀格式