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

#182 - Eliminate duplicates in the selection list for max rating in user screen

This commit is contained in:
Luke Pulverenti 2013-04-22 11:38:38 -04:00
parent fe459feef2
commit 6e0c8a0fee
3 changed files with 13 additions and 27 deletions

View file

@ -936,7 +936,7 @@
tag: item.ImageTags.Disc
});
}
else if (item.MediaType == "Audio") {
else if (item.MediaType == "Audio" || item.Type == "MusicAlbum") {
url = "css/images/items/detail/audio.png";
useBackgroundColor = true;
maxwidth = 150;