mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update resource loading
This commit is contained in:
parent
a3528b8e62
commit
4cbdc2a0aa
9 changed files with 16 additions and 41 deletions
|
@ -498,7 +498,7 @@
|
|||
}
|
||||
|
||||
var artist = page.querySelectorAll('.artist');
|
||||
for (i = 0, length = itemMiscInfo.length; i < length; i++) {
|
||||
for (i = 0, length = artist.length; i < length; i++) {
|
||||
if (item.ArtistItems && item.ArtistItems.length && item.Type != "MusicAlbum") {
|
||||
artist[i].classList.remove('hide');
|
||||
artist[i].innerHTML = getArtistLinksHtml(item.ArtistItems, context);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue