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
9e0a6d2b
authored
2015-05-20 09:55:23 +0200
by
Tadej Novak
Committed by
David LaPalomento
2015-05-22 12:13:09 -0400
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Clear live playlist update timeout before setting a new one
1 parent
e3aa0fc0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/playlist-loader.js
src/playlist-loader.js
View file @
9e0a6d2
...
...
@@ -94,6 +94,7 @@
// refresh live playlists after a target duration passes
if
(
!
loader
.
media
().
endList
)
{
window
.
clearTimeout
(
mediaUpdateTimeout
);
mediaUpdateTimeout
=
window
.
setTimeout
(
function
()
{
loader
.
trigger
(
'mediaupdatetimeout'
);
},
refreshDelay
);
...
...
Please
register
or
sign in
to post a comment