pass missing field
All checks were successful
/ release (push) Successful in 43s

This commit is contained in:
Samuel Lorch 2025-03-19 21:06:36 +01:00
parent 5ecfd81967
commit 8c3ba7e883

View file

@ -27,6 +27,7 @@ func StartTask(conf config.Config, data types.TaskStart) error {
Type: data.Type,
FileID: data.FileID,
FileMD5: data.FileMD5,
FileExtension: data.FileExtension,
FfmpegCommand: data.FfmpegCommand,
}