tmdb匹配前先替换下划线为空格,提升匹配概率
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user