add AlbumArtists to item dto's

This commit is contained in:
Luke Pulverenti 2015-03-13 11:54:20 -04:00
parent ad29857eae
commit f4acc2ad61
4 changed files with 37 additions and 11 deletions

View file

@ -42,7 +42,7 @@
html += '<td>';
if (item.AlbumArtist) {
html += LibraryBrowser.getArtistLinksHtml([item.AlbumArtist]);
html += LibraryBrowser.getAlbumArtistLinksHtml(item.AlbumArtists || []);
}
html += '</td>';