mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Use this.shouldHaveRelatedVideos
This commit is contained in:
parent
5fe0b94123
commit
4a493d2741
1 changed files with 1 additions and 1 deletions
|
|
@ -327,7 +327,7 @@ class BuildLists {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add standard app endpoint
|
// Add standard app endpoint
|
||||||
if ( appType === 'app' || appType === 'formula' ) {
|
if ( this.shouldHaveRelatedVideos( app ) ) {
|
||||||
|
|
||||||
const relatedVideos = videosRelatedToApp( app, this.lists.video ).map(video => {
|
const relatedVideos = videosRelatedToApp( app, this.lists.video ).map(video => {
|
||||||
// console.log('video', video)
|
// console.log('video', video)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue