mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
consolidate Artist & MusicArtist
This commit is contained in:
parent
ae1805916c
commit
5cdd9d0fb1
21 changed files with 316 additions and 55 deletions
|
@ -125,7 +125,7 @@
|
|||
imgUrl = "css/images/items/searchhints/tv.png";
|
||||
|
||||
}
|
||||
else if (hint.Type == "Audio" || hint.Type == "MusicAlbum" || hint.Type == "Artist") {
|
||||
else if (hint.Type == "Audio" || hint.Type == "MusicAlbum" || hint.Type == "MusicArtist") {
|
||||
|
||||
imgUrl = "css/images/items/searchhints/music.png";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue