REPLACE AtomicProgress with simple ProgressTracker

This commit is contained in:
2025-07-23 00:18:25 +02:00
parent f6e6aae5c6
commit 618c140449
4 changed files with 27 additions and 8 deletions

View File

@@ -30,7 +30,7 @@ public class EditService {
return 1f;
}
return job.getProgress().get();
return job.getProgress().getProgress();
}
private void validateClipConfig(VideoMetadata videoMetadata) {