From a27f17cae383031949a741bf921a2e3042163376 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Tue, 26 Apr 2022 16:39:34 -0500 Subject: [PATCH] Add shouldHaveRelatedVideos method --- build-lists.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-lists.js b/build-lists.js index 77d4402..e7c9fc4 100644 --- a/build-lists.js +++ b/build-lists.js @@ -124,6 +124,12 @@ class BuildLists { } ] + shouldHaveRelatedVideos ( app ) { + const appType = getAppType( app ) + + return appType === 'app' || appType === 'formula' + } + getAllVideoAppsList = () => { return new Set([ ...this.lists.app,