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

sync with master

This commit is contained in:
Luke Pulverenti 2015-11-20 22:09:11 -05:00
parent 84b99f25ce
commit 34b93bc8d7

View file

@ -94,7 +94,7 @@
}
function requireHlsPlayer(callback) {
require(['thirdparty/hls.min.js'], function(hls) {
require(['thirdparty/hls.min.js'], function (hls) {
window.Hls = hls;
callback();
});