Removed info channels from overview. Fixed poster gap.
This commit is contained in:
@@ -15,6 +15,8 @@ function getTitle(scene) {
|
||||
export async function onBeforeRender(pageContext) {
|
||||
const [scene] = await fetchScenesById([Number(pageContext.routeParams.sceneId)], {
|
||||
reqUser: pageContext.user,
|
||||
includeAssets: true,
|
||||
includePartOf: true,
|
||||
actorStashes: true,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user