From a5da1a90331877d79e737f043d38d8b00abfadfb Mon Sep 17 00:00:00 2001 From: Michael Green <84688932+michael-j-green@users.noreply.github.com> Date: Mon, 2 Sep 2024 09:36:54 +1000 Subject: [PATCH] Tweaked the display on the home screen (#411) --- gaseous-server/wwwroot/pages/home.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gaseous-server/wwwroot/pages/home.js b/gaseous-server/wwwroot/pages/home.js index ec1bb85..f712fba 100644 --- a/gaseous-server/wwwroot/pages/home.js +++ b/gaseous-server/wwwroot/pages/home.js @@ -156,7 +156,7 @@ gameRows.push(new HomePageGameRow("Top Rated Games", "MaximumReleaseYear": -1, "GameRating": { "MinimumRating": -1, - "MinimumRatingCount": -1, + "MinimumRatingCount": 15, "MaximumRating": -1, "MaximumRatingCount": -1, "IncludeUnrated": false