Added years filter. Changed default DMCA to generic content e-mail.
This commit is contained in:
@@ -51,11 +51,6 @@ export async function onBeforeRender(pageContext) {
|
||||
|
||||
const {
|
||||
scenes,
|
||||
aggActors,
|
||||
aggTags,
|
||||
aggChannels,
|
||||
total,
|
||||
limit,
|
||||
} = entityScenes;
|
||||
|
||||
const campaignIndex = Math.floor((Math.random() * (0.5 - 0.2) + 0.2) * scenes.length);
|
||||
@@ -66,12 +61,7 @@ export async function onBeforeRender(pageContext) {
|
||||
title: entity.name,
|
||||
pageProps: {
|
||||
entity,
|
||||
scenes,
|
||||
aggActors,
|
||||
aggTags,
|
||||
aggChannels,
|
||||
total,
|
||||
limit,
|
||||
...entityScenes,
|
||||
},
|
||||
campaigns: {
|
||||
index: campaignIndex,
|
||||
|
||||
Reference in New Issue
Block a user