ADD ClipNames component for title and description input in ClipEdit

This commit is contained in:
2025-07-07 22:35:40 +02:00
parent 466b6b35f5
commit 2958dd8cd7
3 changed files with 42 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ public class UploadService {
directoryService.saveData(inputFile, file);
// add job
logger.info("Uploaded file and creating job with UUID: {}", uuid);
VideoMetadata videoMetadata = metadataService.getVideoMetadata(inputFile);
Job job = new Job(uuid, inputFile, outputFile, videoMetadata);
jobService.add(job);