mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update view menu bar
This commit is contained in:
parent
e334a86a01
commit
8dd2c5d717
5 changed files with 11 additions and 6 deletions
|
@ -706,10 +706,12 @@
|
|||
if (index != -1) {
|
||||
|
||||
var item = itemsContainer.querySelectorAll('.listItem')[index];
|
||||
var img = item.querySelector('.listviewImage');
|
||||
if (item) {
|
||||
var img = item.querySelector('.listviewImage');
|
||||
|
||||
img.classList.remove('lazy');
|
||||
img.classList.add('playlistIndexIndicatorImage');
|
||||
img.classList.remove('lazy');
|
||||
img.classList.add('playlistIndexIndicatorImage');
|
||||
}
|
||||
}
|
||||
|
||||
ImageLoader.lazyChildren(itemsContainer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue