mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add object assign polyfill
This commit is contained in:
parent
74505accb3
commit
bd8391a61c
13 changed files with 145 additions and 103 deletions
|
@ -273,7 +273,7 @@
|
|||
return;
|
||||
}
|
||||
|
||||
require(['css!css/nowplayingbar.css', 'paper-slider'], function () {
|
||||
require(['jQuery', 'css!css/nowplayingbar.css', 'paper-slider'], function ($) {
|
||||
|
||||
nowPlayingBarElement = document.querySelector('.nowPlayingBar');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue