-
Notifications
You must be signed in to change notification settings - Fork 301
Fixed Audio Issues and Login5 token #807
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
Conversation
|
Forgot to run cargo fmt - should be able to pass the checks now. |
I want to make some changes but couldn't push to your fork. Do you have Allow edits by maintainers enabled? Otherwise, I will create a separate PR myself |
|
Yes, Allow edits by maintainers is turned on for this PR. I submitted another commit fixing the formatting issues, maybe that is the issue? |
|
hmm thanks for the clarification. Maybe something wrong on my end. Let's me try again |
|
Sorry I couldn't figure it out so have to open a separate PR. I guess it has something to do with branch protection rule on the |
|
All good! |
* Upgrade `librespot` to `0.7.0`, fixing audio, authentication, DNS lookup issues (aome510#808) Resolves aome510#802 Resolves aome510#799 Resolves aome510#796 Resolves aome510#787 This PR was based on aome510#807 with a few updates --------- Co-authored-by: Bradley Zylstra <[email protected]> * Make Spotify Connect integration work with new authentication changes (aome510#809) Resolves aome510#804 - define a custom client to get user's available devices for Spotify Connect integration - update `client_id` general config to be optional + setting one will enable "user-provided client integration" which is requred for Spotify Connect feature - cleanup authentication codes - update documentation --------- Co-authored-by: Thang Pham <[email protected]> Co-authored-by: Bradley Zylstra <[email protected]>
…kup issues (aome510#808) Resolves aome510#802 Resolves aome510#799 Resolves aome510#796 Resolves aome510#787 This PR was based on aome510#807 with a few updates --------- Co-authored-by: Bradley Zylstra <[email protected]>

Fixes the login authentication issue #802 and pulls in some audio fixes for #796 from @KUHLwasStolen patch https://github.com/KUHLwasStolen/spotify-player/tree/librespot-temporary-hotfix. @KUHLwasStolen can do a PR to integrate his changes first.