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
Would simplify my use case significantly:
But nope. I don’t see anything in the docs for this so far.
The text was updated successfully, but these errors were encountered:
Can't you use Amplitude.getSongByIndex() and then Amplitude.playNow()?
Amplitude.getSongByIndex()
Amplitude.playNow()
Sorry, something went wrong.
To answer your question, @Bagera, yes! Sort of.
When you use playNow(), the track isn't played from the queue. It's like a temporary strap on.
playNow()
You could use it. I chose a different way to do it, I think, which I can share if anyone is looking for it.
But it's hacky. That's the thing.
@mistermantas This is fixed in the dev branch here: https://github.com/521dimensions/amplitudejs/blob/dev/src/index.js
Use the Amplitude.playSongAtIndex()
No branches or pull requests
Would simplify my use case significantly:
But nope. I don’t see anything in the docs for this so far.
The text was updated successfully, but these errors were encountered: