From 67e9f678daa0d715d96d3582672f17c3c0f3ebc0 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Thu, 19 Mar 2026 12:42:18 -0300 Subject: content, wiki-data: skip wiki commentary advertising dedicated page --- src/common-util/wiki-data.js | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/common-util') diff --git a/src/common-util/wiki-data.js b/src/common-util/wiki-data.js index c9c63db7..42ff677e 100644 --- a/src/common-util/wiki-data.js +++ b/src/common-util/wiki-data.js @@ -610,3 +610,9 @@ export function* matchInlineLinks(source) { yield {href, length, index}; } } + +export const albumHasSubstantialCommentaryPage = album => + !empty( + album.tracks + .flatMap(track => track.commentary) + .filter(entry => !entry.isWikiEditorCommentary)); -- cgit 1.3.0-6-gf8a5