ai问片增加权限开关
This commit is contained in:
@@ -114,7 +114,6 @@ export async function POST(request: NextRequest) {
|
||||
metaInfo.folders[key] = {
|
||||
folderName: folderName,
|
||||
tmdb_id: tmdbId || null,
|
||||
douban_id: doubanId || null,
|
||||
title: title,
|
||||
poster_path: posterPath,
|
||||
release_date: releaseDate || '',
|
||||
|
||||
@@ -130,7 +130,6 @@ 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,
|
||||
|
||||
Reference in New Issue
Block a user