REFACTOR job to be a DTO, CompressionService is now stateless

This commit is contained in:
2025-05-11 22:26:32 +02:00
parent 518a1f3f9f
commit 7e75e16749
7 changed files with 78 additions and 121 deletions

View File

@@ -1,7 +1,7 @@
package com.ddf.vodsystem.services;
import com.ddf.vodsystem.entities.ClipConfig;
import com.ddf.vodsystem.tools.Job;
import com.ddf.vodsystem.entities.Job;
import org.springframework.stereotype.Service;
@Service
@@ -22,8 +22,6 @@ public class EditService {
}
job.setClipConfig(clipConfig);
}
public void jobReady(String uuid) {