diff --git a/dashboard-ui/scripts/librarybrowser.js b/dashboard-ui/scripts/librarybrowser.js index 93a60f3fc9..cbccc7f8af 100644 --- a/dashboard-ui/scripts/librarybrowser.js +++ b/dashboard-ui/scripts/librarybrowser.js @@ -794,6 +794,10 @@ url = "css/images/items/detail/game.png"; useBackgroundColor = true; } + else if (item.Type == "Person") { + url = "css/images/items/detail/person.png"; + useBackgroundColor = true; + } else { url = "css/images/items/detail/video.png"; useBackgroundColor = true;