Skip to content

Commit

Permalink
Fix --live flag not used in CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
Spark-NF committed Feb 16, 2021
1 parent aceb431 commit 92378d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ArgumentParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export class ArgumentParser {
concurrency: opts.concurrency,
fromEnd: opts.fromEnd,
httpHeaders: opts.header,
live: opts.live,
mergeUsingFfmpeg: opts.ffmpegMerge,
mergedSegmentsFile: opts.mergedSegmentsFile,
outputFile: opts.outputFile,
Expand Down

0 comments on commit 92378d5

Please sign in to comment.