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,
|
before,
|
||||||
orderBy,
|
orderBy,
|
||||||
exclude: store.state.ui.tagFilter,
|
exclude: store.state.ui.tagFilter,
|
||||||
batchShowcased: range === 'new' ? true : [true, false],
|
batchShowcased: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Reference in New Issue