mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Enable Loading youtube iframe
This commit is contained in:
parent
3bd4340682
commit
96815012f3
3 changed files with 346 additions and 52 deletions
|
|
@ -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 )
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue