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
45968d1e
authored
2015-03-17 14:00:45 +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
Because it's really important that a blank line be truly blank
1 parent
c6bbccc4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/m3u8/m3u8-parser.js
src/m3u8/m3u8-parser.js
View file @
45968d1
...
...
@@ -442,7 +442,7 @@
method
:
entry
.
attributes
.
METHOD
||
'AES-128'
,
uri
:
entry
.
attributes
.
URI
};
if
(
entry
.
attributes
.
IV
!==
undefined
)
{
key
.
iv
=
entry
.
attributes
.
IV
;
}
...
...
Please
register
or
sign in
to post a comment