mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add ArtistItems to api output
This commit is contained in:
parent
f4acc2ad61
commit
66813c9b27
7 changed files with 46 additions and 45 deletions
|
@ -37,12 +37,12 @@
|
|||
html += '</td>';
|
||||
|
||||
html += '<td>';
|
||||
html += LibraryBrowser.getArtistLinksHtml(item.Artists || []);
|
||||
html += LibraryBrowser.getArtistLinksHtml(item.ArtistItems || []);
|
||||
html += '</td>';
|
||||
|
||||
html += '<td>';
|
||||
if (item.AlbumArtist) {
|
||||
html += LibraryBrowser.getAlbumArtistLinksHtml(item.AlbumArtists || []);
|
||||
html += LibraryBrowser.getArtistLinksHtml(item.AlbumArtists || []);
|
||||
}
|
||||
html += '</td>';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue