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
403e3041
authored
2014-07-10 11:05:57 -0700
by
Bernd Paradies
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fixes issue 105
1 parent
589e8dc4
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 @
403e304
...
...
@@ -137,7 +137,7 @@
tagType
:
'inf'
};
if
(
match
[
1
])
{
event
.
duration
=
parseFloat
(
match
[
1
]
,
10
);
event
.
duration
=
parseFloat
(
match
[
1
]);
}
if
(
match
[
2
])
{
event
.
title
=
match
[
2
];
...
...
Please
register
or
sign in
to post a comment