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

more dashboard code consolidation

This commit is contained in:
Luke Pulverenti 2013-04-10 13:11:23 -04:00
parent 86603de5f2
commit a5b6dbcd1a
6 changed files with 235 additions and 198 deletions

View file

@ -1,5 +1,7 @@
var MediaPlayer = (function (document, clearTimeout, screen, localStorage, _V_, $, setInterval) {
var self = this;
var testableAudioElement = document.createElement('audio');
var testableVideoElement = document.createElement('video');
var currentMediaElement;