Hiding non-batch showcased scenes from all main pages.

This commit is contained in:
DebaucheryLibrarian 2024-06-04 05:30:29 +02:00
parent 192145c948
commit 129b03eb5a
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ function initReleasesActions(store, router) {
before,
orderBy,
exclude: store.state.ui.tagFilter,
batchShowcased: range === 'new' ? true : [true, false],
batchShowcased: true,
});
return {