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

tizspotifysrc: playback stalls when 'container_loaded' is called by spotify #149

Closed
tizonia opened this issue Dec 20, 2015 · 0 comments
Closed
Assignees
Labels
Milestone

Comments

@tizonia
Copy link
Collaborator

tizonia commented Dec 20, 2015

'container_loaded' is typically called at the beginning of the execution, but sometimes it gets called in the middle of the playlist run, and these cases, the playback stalls. Using prev or next will get it going again.

Currently, 'container_loaded' has the side effect of "reset" the current playlist pointer, which is only works if this is only called once at the beginning. The logic in this callback should check if another playback is in progress and avoid resetting the pointer.

@tizonia tizonia added the bug label Dec 20, 2015
@tizonia tizonia added this to the v0.3.0 milestone Dec 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant