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
I have a queue like implemented and the songs are an array with more than just, src and type.
{ src: '', type : '', name : '', fav : true/false }
So if I change the javascript object (playlist), lets say, the name, the song restarts, do you know why?
The text was updated successfully, but these errors were encountered:
interesting something should be wrong with the update logic, I'll look into it this weekend
Sorry, something went wrong.
Thanks, I will waiting for your response!
Any luck with this issue?
I have still to work on this, it is surely related to the playlist update logic
As a fixup you can store additional informations regarding songs in another data structure, it would complicate things (on your side!)
No branches or pull requests
I have a queue like implemented and the songs are an array with more than just, src and type.
{
src: '',
type : '',
name : '',
fav : true/false
}
So if I change the javascript object (playlist), lets say, the name, the song restarts, do you know why?
The text was updated successfully, but these errors were encountered: