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,