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

update to service stack v4

This commit is contained in:
Luke Pulverenti 2013-12-07 10:52:38 -05:00
parent 7c1639a112
commit 477ded980a
2 changed files with 5 additions and 2 deletions

View file

@ -170,6 +170,11 @@
html += '<div class="searchHintSecondaryText">' + hint.AlbumArtist + '</div>';
}
else if (hint.Type == "MusicArtist") {
html += '<div class="searchHintSecondaryText">Artist</div>';
}
else if (hint.Type == "Movie") {