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 isPlayingAudio behavior #3720

Merged
merged 1 commit into from
Jul 5, 2024

Conversation

nielsvanvelzen
Copy link
Member

Previously, in the old MediaManager, the isPlayinAudio property would be true only when audio is actually currently playing. It would be false if paused/stopped. I accidentally introduced a behavior change in the rewrite where it would only return false when stopped. This caused some small appearance issues in the NowPlayingFragment where it would show the "pause" button when already paused.

Changes

  • Fix isPlayingAudio behavior

Issues

@nielsvanvelzen nielsvanvelzen added bug Something isn't working playback Issue related to media playback backportable Change may be backported to a point release (remove label once cherrypicked) labels Jul 4, 2024
@nielsvanvelzen nielsvanvelzen added this to the v0.17.0 milestone Jul 4, 2024
@nielsvanvelzen nielsvanvelzen merged commit f6f81c2 into jellyfin:master Jul 5, 2024
5 checks passed
@nielsvanvelzen nielsvanvelzen deleted the is-playing-audio branch July 5, 2024 05:27
@nielsvanvelzen nielsvanvelzen removed the backportable Change may be backported to a point release (remove label once cherrypicked) label Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working playback Issue related to media playback
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants