refactor(cache): manage TMDB recognition cache only

This commit is contained in:
jxxghp
2026-08-06 07:48:43 +08:00
parent 0045ecf5d9
commit 6fd259427e
7 changed files with 38 additions and 41 deletions
+1 -3
View File
@@ -1889,9 +1889,7 @@ export interface RecognitionCacheItem {
key: string
// TMDB ID0 表示未识别
tmdb_id?: number
// 豆瓣 ID0 表示未识别
douban_id?: string | number
// 当前识别数据源对应的统一 ID
// 识别缓存对应的字符串 ID
recognition_id?: string
// 识别后的标题
title: string