Added movie page. Added stash button to movies.
This commit is contained in:
@@ -16,7 +16,7 @@ export async function onBeforeRender(pageContext) {
|
||||
}), {
|
||||
page: Number(pageContext.routeParams.page) || 1,
|
||||
limit: Number(pageContext.urlParsed.search.limit) || 50,
|
||||
});
|
||||
}, pageContext.user);
|
||||
|
||||
const {
|
||||
movies,
|
||||
|
||||
Reference in New Issue
Block a user