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

fix: Now Playing does not stop play progress updates when pausing #1832

Merged
merged 1 commit into from
Dec 31, 2024

Conversation

chme
Copy link
Collaborator

@chme chme commented Dec 31, 2024

I noticed, that when you are on the "now playing" page in the web interface and hit the pause button, the track progress bar keeps updating.

After debugging it, this happens because the "watch" for "playerStore" is never triggered. Watching only the "state" property instead of the whole store object, fixes it - though I am not sure why watching the store does not work in the first place ...

@chme chme requested a review from hacketiwack December 31, 2024 07:12
@hacketiwack
Copy link
Collaborator

Thanks for the fix Christian. Well appreciated ☺️

@hacketiwack hacketiwack merged commit fab5ef5 into owntone:master Dec 31, 2024
1 check passed
@chme chme deleted the fix/now-playing-pause branch December 31, 2024 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants