Skip to content
New issue

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

When updating the model the songs restarts #40

Open
jepser opened this issue Jun 18, 2014 · 4 comments
Open

When updating the model the songs restarts #40

jepser opened this issue Jun 18, 2014 · 4 comments

Comments

@jepser
Copy link

jepser commented Jun 18, 2014

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?

@colthreepv
Copy link
Owner

interesting something should be wrong with the update logic, I'll look into it this weekend

@jepser
Copy link
Author

jepser commented Jun 18, 2014

Thanks, I will waiting for your response!

@jepser
Copy link
Author

jepser commented Aug 12, 2014

Any luck with this issue?

@colthreepv
Copy link
Owner

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!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants