tmdb匹配前先替换下划线为空格,提升匹配概率

This commit is contained in:
mtvpls
2025-12-26 02:13:53 +08:00
parent d66538e992
commit 0b37e663fe
4 changed files with 16 additions and 7 deletions

View File

@@ -178,7 +178,6 @@ export default function CorrectDialog({
if (season && season.season_number > 1) {
finalTitle = `${finalTitle} ${season.name}`;
finalTmdbId = season.id; // 使用季度的ID
}
const body: any = {