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:
parent
84b99f25ce
commit
34b93bc8d7
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue