From eebf2d73c9ce4e179202a005164fd63b5f05c633 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Fri, 10 Jun 2022 16:24:42 -0500 Subject: [PATCH] Add related videos to games --- build-lists.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-lists.js b/build-lists.js index 0a61cd2..2ab4a15 100644 --- a/build-lists.js +++ b/build-lists.js @@ -168,7 +168,8 @@ class BuildLists { const typeWithRelatedVideos = new Set([ 'app', - 'formula' + 'formula', + 'game' ]) return typeWithRelatedVideos.has( appType )