Skip to content

Commit

Permalink
upload: static mp4
Browse files Browse the repository at this point in the history
  • Loading branch information
gioelecerati committed Jul 23, 2024
1 parent e3c1aba commit 8ec8fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion task/upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ func uploadTaskOutputLocations(tctx *TaskContext) ([]OutputName, []clients.Outpu
playbackId := tctx.OutputAsset.PlaybackID
outURL := tctx.OutputOSObj.URL
var mp4, thumbsEnabled string
if isRecording(tctx) {
if isRecording(tctx) || tctx.OutputAsset.StaticMp4 {

Check warning on line 713 in task/upload.go

View check run for this annotation

Codecov / codecov/patch

task/upload.go#L713

Added line #L713 was not covered by tests
mp4 = OUTPUT_ENABLED
} else {
mp4 = OUTPUT_ONLY_SHORT
Expand Down

0 comments on commit 8ec8fef

Please sign in to comment.