From fab5995c4ef4935c7e2c7da50e36e30ae415134c Mon Sep 17 00:00:00 2001 From: jxxghp Date: Fri, 7 Feb 2025 18:11:36 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E5=A2=9E=E5=8A=A0=E5=AE=89?= =?UTF-8?q?=E5=85=A8=E5=9F=9F=E5=90=8D=20thetvdb.com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/core/config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/core/config.py b/app/core/config.py index adf30688..c7f2aeba 100644 --- a/app/core/config.py +++ b/app/core/config.py @@ -236,7 +236,8 @@ class ConfigModel(BaseModel): "doubanio.com", "lain.bgm.tv", "raw.githubusercontent.com", - "github.com"] + "github.com", + "thetvdb.com"] ) # 允许的图片文件后缀格式 SECURITY_IMAGE_SUFFIXES: List[str] = Field(