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

Fix more suggestions

This commit is contained in:
MrTimscampi 2020-07-24 17:18:28 +02:00
parent ffc22f629e
commit 443ce5a747
8 changed files with 9 additions and 7 deletions

View file

@ -281,7 +281,6 @@ import 'emby-ratingbutton';
import('emby-slider')
])
.then(([appfooter, itemShortcuts]) => {
console.log(appfooter);
const parentContainer = appfooter.element;
nowPlayingBarElement = parentContainer.querySelector('.nowPlayingBar');