-
-
Notifications
You must be signed in to change notification settings - Fork 551
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
Use External Player Popup #4487
base: master
Are you sure you want to change the base?
Conversation
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The getPlaybackDestination function in PlaybackLauncher is supposed to choose the destination. Adding a new getExternalPlayer function is against that concept.
I'm also not convinced we need this feature. If you want to use an external player you can configure that in the app settings.
Changes
Adds a long-click popup to the play button with the option to use an external player.
Issues
Fixes #4465
Fixes #4261