Plugin IBigBoxMainViewModel.ShowGames not filtering properly

Issue #6431 new
Adam Fry created an issue

I believe the IBigBoxMainViewModel.ShowGames method is not filtering properly:

https://pluginapi.launchbox-app.com/html/e6984f95-448c-eb5a-7c3f-66ae0a5d8873.htm

void ShowGames(
    FilterType filterType,
    string filterValue
)
  1. When I give a playlist name, I just get a black screen
  2. When I give a platform name, it shows the view for that platform but it shows all games

Here’s an example of #2:

PluginHelper.BigBoxMainViewModel.ShowGames(FilterType.PlatformOrCategoryOrPlaylist, "Sega Genesis");

Comments (2)

  1. Christian

    Was able to reproduce your first point and have code in place now to correct. I was not able to reproduce the second however.

  2. Log in to comment