We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exemple: https://radio4000.com/imperium/tracks/-KsTR9ydrI_cy-7_6d81
Behavior should be:
Thoughts?
The text was updated successfully, but these errors were encountered:
Tricky. YouTube's loadVideoById() does nothing if the id is already loaded.
loadVideoById()
Sounds like we have to make a check for this and instead seekTo(0) in the youtube-player. But that doesn't feel good. Is there a better way?
seekTo(0)
youtube-player
Sorry, something went wrong.
I just did this for a certain TV project. Ended up saying: if youtube id is identical, clear the video id, wait a milisecond, set video id again.
No branches or pull requests
Exemple: https://radio4000.com/imperium/tracks/-KsTR9ydrI_cy-7_6d81
Behavior should be:
Thoughts?
The text was updated successfully, but these errors were encountered: