fix(discover): TheTvDb 链接优先使用 slug,修复数字 ID 直达 404

TVDB 已弃用数字 ID 直达 URL,优先使用后端下发的 tvdb_slug 拼接链接,无 slug 时回退 tvdb_id。Closes #643
This commit is contained in:
jxxghp
2026-08-10 21:41:19 +08:00
parent b9dd74aa7b
commit 70d6bd1f52
3 changed files with 24 additions and 2 deletions
+2
View File
@@ -388,6 +388,8 @@ export interface MediaInfo {
imdb_id?: string
// TVDB ID
tvdb_id?: string
// TVDB Slug(别名,用于构建 TheTvDb 直达链接)
tvdb_slug?: string
// 豆瓣ID
douban_id?: string
// Bangumi ID