diff --git a/dashboard-ui/scripts/librarybrowser.js b/dashboard-ui/scripts/librarybrowser.js
index 197727c871..bbdb0d0655 100644
--- a/dashboard-ui/scripts/librarybrowser.js
+++ b/dashboard-ui/scripts/librarybrowser.js
@@ -79,6 +79,10 @@
html += "
";
}
+ else if (item.MediaType == "Game") {
+
+ html += "
";
+ }
else {
html += "
";