forked from DebaucheryLibrarian/traxxx
Hiding non-batch showcased scenes from all main pages.
This commit is contained in:
parent
192145c948
commit
129b03eb5a
|
@ -39,7 +39,7 @@ function initReleasesActions(store, router) {
|
|||
before,
|
||||
orderBy,
|
||||
exclude: store.state.ui.tagFilter,
|
||||
batchShowcased: range === 'new' ? true : [true, false],
|
||||
batchShowcased: true,
|
||||
});
|
||||
|
||||
return {
|
||||
|
|
Loading…
Reference in New Issue