Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
videojs-contrib-hls
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
c6bbccc4
authored
2015-03-17 13:55:16 +0100
by
Rajko Stojadinovic
Committed by
David LaPalomento
2015-04-02 17:02:41 -0400
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix linter warnings
1 parent
514e9c6e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/m3u8/m3u8-parser.js
src/m3u8/m3u8-parser.js
View file @
c6bbccc
...
...
@@ -443,9 +443,9 @@
uri
:
entry
.
attributes
.
URI
};
if
(
entry
.
attributes
.
IV
!==
undefined
)
{
key
.
iv
=
entry
.
attributes
.
IV
}
if
(
entry
.
attributes
.
IV
!==
undefined
)
{
key
.
iv
=
entry
.
attributes
.
IV
;
}
},
'media-sequence'
:
function
()
{
if
(
!
isFinite
(
entry
.
number
))
{
...
...
Please
register
or
sign in
to post a comment