This commit is contained in:
parent
5ecfd81967
commit
8c3ba7e883
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ func StartTask(conf config.Config, data types.TaskStart) error {
|
||||||
Type: data.Type,
|
Type: data.Type,
|
||||||
FileID: data.FileID,
|
FileID: data.FileID,
|
||||||
FileMD5: data.FileMD5,
|
FileMD5: data.FileMD5,
|
||||||
|
FileExtension: data.FileExtension,
|
||||||
FfmpegCommand: data.FfmpegCommand,
|
FfmpegCommand: data.FfmpegCommand,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue