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:
parent
7c1639a112
commit
477ded980a
2 changed files with 5 additions and 2 deletions
|
@ -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") {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue