mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update src/components/nowPlayingBar/nowPlayingBar.js
since this is already being used, and babel probably have a polyfill for this, i will accept your suggestion as is. Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
parent
f77165f8c0
commit
fedb931322
1 changed files with 2 additions and 0 deletions
|
@ -267,6 +267,8 @@ import '../../elements/emby-slider/emby-slider';
|
|||
}
|
||||
|
||||
parentContainer.insertAdjacentHTML('afterbegin', getNowPlayingBarHtml());
|
||||
window.CustomElements.upgradeSubtree(parentContainer);
|
||||
|
||||
nowPlayingBarElement = parentContainer.querySelector('.nowPlayingBar');
|
||||
|
||||
if (layoutManager.mobile) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue