mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Pull video data from payload
This commit is contained in:
parent
bca074498e
commit
147bf74190
13 changed files with 167 additions and 65 deletions
|
|
@ -21,9 +21,9 @@ export const allList = [
|
|||
]
|
||||
|
||||
|
||||
export function makeAppSearchLinks (app) {
|
||||
export function makeAppSearchLinks ( app, videoList ) {
|
||||
|
||||
const videos = videosRelatedToApp(app)
|
||||
const videos = videosRelatedToApp( app, videoList )
|
||||
|
||||
// If there are no videos
|
||||
// then skip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue