refactor: Remove video verification logic and related properties from search and display components

This commit is contained in:
kuekhaoyang
2025-11-17 22:53:33 +08:00
parent 13fa6b672e
commit d3b3b281bd
3 changed files with 1 additions and 126 deletions
-1
View File
@@ -73,7 +73,6 @@ export async function POST(request: NextRequest) {
type: 'videos',
videos: videos.map((video: any) => ({
...video,
isVerifying: true, // Mark for verification
sourceDisplayName: getSourceDisplayName(source.id),
})),
source: source.id,