Erick Jones
Erick Jones
@nicoespeon is this PR still valid? I'm really interested in using this feature of multiple branches from the same commit.
@manandhar-aarya thanks a lot for your contribution. It works as expected on singular validations but It doesn't when trying to use multiple validations.
Oh, sorry for not being clear in my words. The fact is that there is nothing wrong with your solution. I found that the hidden view validation doesn't work by...
@manandhar-aarya Can you submit a pull request with your solution?
Hello @tianxu0836, there isn't a point. We already have a thread running to solve this issue. You can follow it here #28
Just to update, I've found something related to [loading playlists](https://developers.google.com/youtube/iframe_api_reference#Playlist_Queueing_Functions). I'm going to work on it to provide this support.
Yeah I did, but I couldn't find something related to load another playlist in the current player because `loadVideo` or `cueVideo` methods doesn't work by passing the playlist id.
I just tried other approach! I'm recreating the PlayerView with the new playlist id when the user chooses a option to load other playlist. It looks like a workaround! Would...