1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

beginning dlna server

This commit is contained in:
Luke Pulverenti 2014-04-10 11:06:54 -04:00
parent d5163c5ded
commit d14503c09a
8 changed files with 25 additions and 22 deletions

View file

@ -426,7 +426,8 @@
html += LibraryBrowser.getSongTableHtml(result.Items, {
showAlbum: true,
showArtist: true
showArtist: true,
showAlbumArtist: true
});
}