diff --git a/provider/bitmovin/bitmovin.go b/provider/bitmovin/bitmovin.go index 18c3493f..5e8f8c34 100644 --- a/provider/bitmovin/bitmovin.go +++ b/provider/bitmovin/bitmovin.go @@ -896,7 +896,7 @@ func (p *bitmovinProvider) Transcode(job *db.Job) (*provider.JobStatus, error) { } } } - startResp := &models.StartStopResponse{} + var startResp *models.StartStopResponse if outputtingHLS { vodHLSManifest := models.VodHlsManifest{ ManifestID: manifestID,