mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update naming project
This commit is contained in:
parent
69c951cb3f
commit
5f6d68e3b5
3 changed files with 5 additions and 4 deletions
|
@ -3259,7 +3259,8 @@
|
|||
elem.classList.remove('squareDetailImageContainer');
|
||||
}
|
||||
|
||||
ImageLoader.lazyImage(elem.querySelector('img'), url);
|
||||
var img = elem.querySelector('img');
|
||||
ImageLoader.lazyImage(img, url);
|
||||
},
|
||||
|
||||
refreshDetailImageUserData: function (elem, item) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue