Fixed collection preview load error (#187)

This commit is contained in:
Michael Green
2023-11-25 15:31:13 +11:00
committed by GitHub
parent 5840d02265
commit 5d0222397f

View File

@@ -212,7 +212,7 @@ namespace gaseous_server.Classes
} else { } else {
// get all platforms to pull from // get all platforms to pull from
FilterController filterController = new FilterController(); FilterController filterController = new FilterController();
platforms.AddRange((List<Platform>)filterController.Filter()["platforms"]); platforms.AddRange((List<FilterController.FilterPlatform>)filterController.Filter()["platforms"]);
} }
// build collection // build collection