add AlbumArtists to item dto's
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
|
||||
html += '<td>';
|
||||
if (item.AlbumArtist) {
|
||||
html += LibraryBrowser.getArtistLinksHtml([item.AlbumArtist]);
|
||||
html += LibraryBrowser.getAlbumArtistLinksHtml(item.AlbumArtists || []);
|
||||
}
|
||||
html += '</td>';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user