Added years filter. Changed default DMCA to generic content e-mail.
This commit is contained in:
@@ -32,11 +32,6 @@ export async function onBeforeRender(pageContext) {
|
||||
|
||||
const {
|
||||
scenes,
|
||||
aggActors,
|
||||
aggTags,
|
||||
aggChannels,
|
||||
total,
|
||||
limit,
|
||||
} = tagScenes;
|
||||
|
||||
const description = tag.description && md.renderInline(tag.description);
|
||||
@@ -50,12 +45,7 @@ export async function onBeforeRender(pageContext) {
|
||||
pageProps: {
|
||||
tag,
|
||||
description,
|
||||
scenes,
|
||||
aggActors,
|
||||
aggTags,
|
||||
aggChannels,
|
||||
total,
|
||||
limit,
|
||||
...tagScenes,
|
||||
},
|
||||
campaigns: {
|
||||
index: campaignIndex,
|
||||
|
||||
Reference in New Issue
Block a user