Skip to content

Commit

Permalink
provider/bitmovin: make the linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Souza committed Dec 26, 2018
1 parent 0ec50fc commit adbbf8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/bitmovin/bitmovin.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit adbbf8a

Please sign in to comment.