Add shouldHaveRelatedVideos method

This commit is contained in:
Sam Carlton 2022-04-26 16:39:34 -05:00
parent 0019d27187
commit a27f17cae3

View file

@ -124,6 +124,12 @@ class BuildLists {
} }
] ]
shouldHaveRelatedVideos ( app ) {
const appType = getAppType( app )
return appType === 'app' || appType === 'formula'
}
getAllVideoAppsList = () => { getAllVideoAppsList = () => {
return new Set([ return new Set([
...this.lists.app, ...this.lists.app,