Fixed showcase in stash. Applying tag filter to tag list.

This commit is contained in:
2024-04-03 03:31:35 +02:00
parent 5525284818
commit 0b37d2dd1a
4 changed files with 6 additions and 4 deletions

View File

@@ -14,6 +14,7 @@ export async function onBeforeRender(pageContext) {
scope: pageContext.routeParams.scope || 'stashed',
stashId: stash.id,
tagFilter: pageContext.tagFilter,
isShowcased: null,
}), {
page: Number(pageContext.routeParams.page) || 1,
limit: Number(pageContext.urlParsed.search.limit) || 30,