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

Prevents player to start with invalid MPRIS interface #1996

Merged
merged 1 commit into from
May 24, 2024

Conversation

andia89
Copy link
Contributor

@andia89 andia89 commented Apr 21, 2024

Instead of registering MPRIS interface immediately after startup we do it once when ytmd:video-src-changed is triggered. Also works when autoplay song at startup is selected. Fixes #1985. Since there is no stop present for this player (only play/pause) we don't have to care about unregistering once the player is registered

@JellyBrick JellyBrick added the bug Something isn't working label May 24, 2024
@JellyBrick JellyBrick merged commit eaf9d31 into th-ch:master May 24, 2024
6 checks passed
@andia89 andia89 deleted the mpris branch May 25, 2024 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Don't show unpopulated player in MPRIS interface when app is starting
2 participants