add AlbumArtists to item dto's
This commit is contained in:
parent
ad29857eae
commit
f4acc2ad61
4 changed files with 37 additions and 11 deletions
|
@ -42,7 +42,7 @@
|
|||
|
||||
html += '<td>';
|
||||
if (item.AlbumArtist) {
|
||||
html += LibraryBrowser.getArtistLinksHtml([item.AlbumArtist]);
|
||||
html += LibraryBrowser.getAlbumArtistLinksHtml(item.AlbumArtists || []);
|
||||
}
|
||||
html += '</td>';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue