From 4a493d2741efc138be1eac22b06c6dcfb21167a1 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Tue, 26 Apr 2022 16:43:03 -0500 Subject: [PATCH] Use this.shouldHaveRelatedVideos --- build-lists.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-lists.js b/build-lists.js index 542fb49..4425712 100644 --- a/build-lists.js +++ b/build-lists.js @@ -327,7 +327,7 @@ class BuildLists { } // Add standard app endpoint - if ( appType === 'app' || appType === 'formula' ) { + if ( this.shouldHaveRelatedVideos( app ) ) { const relatedVideos = videosRelatedToApp( app, this.lists.video ).map(video => { // console.log('video', video)