youtube / youtube-ios-player-helper

Lightweight helper library that allows iOS developers to add inline playback of YouTube videos through a WebView
Other
1.64k stars 677 forks source link

Cueing a video doesn't load the thumbnail, playing the video after does not play anything either #470

Open eshwartm opened 2 years ago

eshwartm commented 2 years ago

self.playerView?.cueVideo(byId: "someid", startSeconds: 0.0)

This does not load the thumbnail.

Neither does self.playerView?.playVideo() after this line.