mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -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 = () => {
|
getAllVideoAppsList = () => {
|
||||||
return new Set([
|
return new Set([
|
||||||
...this.lists.app,
|
...this.lists.app,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue