mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Add shouldHaveRelatedVideos method
This commit is contained in:
parent
0019d27187
commit
a27f17cae3
1 changed files with 6 additions and 0 deletions
|
|
@ -124,6 +124,12 @@ class BuildLists {
|
|||
}
|
||||
]
|
||||
|
||||
shouldHaveRelatedVideos ( app ) {
|
||||
const appType = getAppType( app )
|
||||
|
||||
return appType === 'app' || appType === 'formula'
|
||||
}
|
||||
|
||||
getAllVideoAppsList = () => {
|
||||
return new Set([
|
||||
...this.lists.app,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue