1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

paging progress

This commit is contained in:
Luke Pulverenti 2013-04-09 01:06:13 -04:00
parent 9620b78e2a
commit 72a4598a2e
4 changed files with 124 additions and 121 deletions

View file

@ -1,4 +1,4 @@
var MediaPlayer = (function (document, clearTimeout, screen, localStorage, _V_, $) {
var MediaPlayer = (function (document, clearTimeout, screen, localStorage, _V_, $, setInterval) {
var testableAudioElement = document.createElement('audio');
var testableVideoElement = document.createElement('video');
@ -360,4 +360,4 @@
return self;
})(document, clearTimeout, screen, localStorage, _V_, $);
})(document, clearTimeout, screen, localStorage, _V_, $, setInterval);