From 701b8540d89816d252be53a70063ce6a6eace866 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 15 Apr 2013 11:10:12 -0400 Subject: [PATCH] made library scan a bit more conservative --- dashboard-ui/scripts/gamesystemspage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/scripts/gamesystemspage.js b/dashboard-ui/scripts/gamesystemspage.js index 3ab959d110..6761e9d30d 100644 --- a/dashboard-ui/scripts/gamesystemspage.js +++ b/dashboard-ui/scripts/gamesystemspage.js @@ -6,7 +6,7 @@ SortBy: "SortName", SortOrder: "Ascending", - IncludeItemTypes: "Platform", + IncludeItemTypes: "GamePlatform", Recursive: true, Fields: "PrimaryImageAspectRatio,ItemCounts,ItemCounts,DateCreated,UserData", Limit: LibraryBrowser.getDetaultPageSize(),