Fixed stash heart not highlighted in search results.

This commit is contained in:
2024-05-01 03:57:12 +02:00
parent ef2c832605
commit dd111a6c3b
5 changed files with 64 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ export async function onBeforeRender(pageContext) {
}), {
page: Number(pageContext.routeParams.page) || 1,
limit: Number(pageContext.urlParsed.search.limit) || 30,
});
}, pageContext.user);
const {
scenes,