v0.4.5: 修复双重解密/配置key/版本号同步/buil+ssh脚本

This commit is contained in:
2026-05-18 20:25:40 +08:00
parent 6f7ab6dbc6
commit bff955e45b
7 changed files with 18 additions and 5 deletions

View File

@@ -508,7 +508,7 @@ router.post('/admin/test-external-service', async (req: Request, res: Response)
break;
}
case 'tmdb': {
const tmdbToken = token || getSystemConfig('tmdb_api_key') || '';
const tmdbToken = token || getSystemConfig('tmdb_api_token') || '';
if (!tmdbToken) {
res.json({ ok: false, info: 'TMDB API Key not configured' });
return;