Skip to content

Commit

Permalink
1.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
birme committed Aug 27, 2021
1 parent 9b967f2 commit 91249ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ It finally creates new media sequences with the updated collection of segments.
| mediaSeqNo | <code>number</code> | The media Sequence index that is the live index. |
| additionalSegments | <code>object</code> | New group of segments to merge with a possible subset of this.segments |
| additionalAudioSegments | <code>object</code> | New group of audio segments to merge with a possible subset of this.segments |
| insertAfter | <code>boolean</code> | Whether the additional segments are to be added in front of the live index or behind. |
| insertAfter | <code>boolean</code> | Whether the additional segments are to be added in front of the live index or behind |

<a name="HLSVod+addMetadata"></a>

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eyevinn/hls-vodtolive",
"version": "1.16.1",
"version": "1.16.2",
"description": "NPM library to generate HLS Live from HLS VOD",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 91249ae

Please sign in to comment.