Enable Loading youtube iframe

This commit is contained in:
Sam Carlton 2021-05-15 15:13:18 -05:00
parent 3bd4340682
commit 96815012f3
3 changed files with 346 additions and 52 deletions

View file

@ -90,7 +90,7 @@ class TV {
// console.log('video.payload', Object.keys(video.payload))
const playerHtml = await this.boundComponent(VideoPlayer)()
const playerHtml = await this.boundComponent(VideoPlayer)( video )
const rowHtml = await this.boundComponent(VideoRow)( relatedVideos )