fix default search not respecting content rating filter

This commit is contained in:
Carlos 2021-05-16 10:22:20 -04:00 committed by Jays2Kings
parent 9ac99023d9
commit ff82157da4

View File

@ -371,7 +371,7 @@ open class BrowseSourceController(bundle: Bundle) :
showProgressBar()
adapter?.clear()
presenter.restartPager(newQuery)
presenter.restartPager(newQuery, presenter.sourceFilters)
}
/**