mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add channel credits
This commit is contained in:
parent
d8f0c8b486
commit
d6aaafea03
4 changed files with 62 additions and 5 deletions
|
|
@ -128,6 +128,10 @@ export default async function ( applist ) {
|
|||
lastUpdated,
|
||||
apps,
|
||||
slug,
|
||||
channel:{
|
||||
name: fetchedVideos[videoId].rawData.snippet.channelTitle,
|
||||
id: fetchedVideos[videoId].rawData.snippet.channelId
|
||||
},
|
||||
tags: generateVideoTags(fetchedVideos[videoId]),
|
||||
timestamps: fetchedVideos[videoId].timestamps,
|
||||
thumbnails: fetchedVideos[videoId].rawData.snippet.thumbnails,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue