Skip to content

Commit

Permalink
Merge pull request #2 from riltech/fix/parameters
Browse files Browse the repository at this point in the history
Fix - Streamer-1
  • Loading branch information
Roverr committed Mar 26, 2020
2 parents b4a91bd + 22ed579 commit c9ca4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func NewProcess(
audio bool,
loggingOpts ProcessLoggingOpts,
) *Process {
return &Process{audio, keepFiles, loggingOpts}
return &Process{keepFiles, audio, loggingOpts}
}

// getHLSFlags are for getting the flags based on the config context
Expand Down

0 comments on commit c9ca4cb

Please sign in to comment.