私人影库增加手动纠错

This commit is contained in:
mtvpls
2025-12-29 10:19:38 +08:00
parent 56b4d47902
commit 24223a5d27
5 changed files with 464 additions and 87 deletions
+1
View File
@@ -130,6 +130,7 @@ export async function GET(request: NextRequest) {
id: key,
folder: info.folderName,
tmdbId: info.tmdb_id,
doubanId: info.douban_id,
title: info.title,
poster: getTMDBImageUrl(info.poster_path),
releaseDate: info.release_date,