mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add related videos to games
This commit is contained in:
parent
fb35242c9c
commit
eebf2d73c9
1 changed files with 2 additions and 1 deletions
|
|
@ -168,7 +168,8 @@ class BuildLists {
|
||||||
|
|
||||||
const typeWithRelatedVideos = new Set([
|
const typeWithRelatedVideos = new Set([
|
||||||
'app',
|
'app',
|
||||||
'formula'
|
'formula',
|
||||||
|
'game'
|
||||||
])
|
])
|
||||||
|
|
||||||
return typeWithRelatedVideos.has( appType )
|
return typeWithRelatedVideos.has( appType )
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue