Remplacer l'appel à createVideoWithList par videoManager.createVideoWithList dans la route de rendu vidéo
This commit is contained in:
@@ -323,7 +323,7 @@ router.post('/videos/render/:video_id', (req, res) => {
|
||||
res.status(500).json({ error: 'Error getting path list' });
|
||||
});
|
||||
|
||||
const videoFile = createVideoWithList(project_id, pathList);
|
||||
const videoFile = videoManager.createVideoWithList(project_id, pathList);
|
||||
console.log('Video file:', videoFile);
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user