Hi I'm using youtube-ios-player-helper version 1.0.4 Trying to play next [video](https://www.youtube.com/watch?v=Hqz27SLxBZk) My code is next: ` playerView.load(withVideoId:"Hqz27SLxBZk", playerVars: ["enablejsapi": "1"]) ` What I see in the app is infinite loading  If I tap on youtube label at the bottom, browser with youtube website is opened and video is playing successfully  Thanks
Hi
I'm using youtube-ios-player-helper version 1.0.4
Trying to play next video
My code is next:
playerView.load(withVideoId:"Hqz27SLxBZk", playerVars: ["enablejsapi": "1"])What I see in the app is infinite loading
If I tap on youtube label at the bottom, browser with youtube website is opened and video is playing successfully

Thanks