mirror of
https://github.com/KuekHaoYang/KVideo.git
synced 2026-08-20 19:23:42 +08:00
refactor: Remove video verification logic and related properties from search and display components
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user