mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add name and id to video list
This commit is contained in:
parent
6160b78b73
commit
8d954f76f0
1 changed files with 4 additions and 0 deletions
|
|
@ -43,6 +43,8 @@ export default async function ( applist ) {
|
||||||
}
|
}
|
||||||
|
|
||||||
videos.push({
|
videos.push({
|
||||||
|
name: fetchedVideos[videoId].title,
|
||||||
|
id: videoId,
|
||||||
apps,
|
apps,
|
||||||
slug,
|
slug,
|
||||||
timestamps: fetchedVideos[videoId].timestamps,
|
timestamps: fetchedVideos[videoId].timestamps,
|
||||||
|
|
@ -50,5 +52,7 @@ export default async function ( applist ) {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// console.log('videos', videos)
|
||||||
|
|
||||||
return videos
|
return videos
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue