-
Notifications
You must be signed in to change notification settings - Fork 123
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: Typo of explicit restriction in RestrictionReason
#332
Conversation
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.
Great catch! Merging when CI is done, thanks.
Thanks @marioortizmanero, just out of curiosity: is a release planned anytime soon? |
Another option is to merge all of the PRs except for #305, which is the truly breaking & bigger change, and release a 0.11.6 release in the meanwhile. But it depends on how fast we can merge the other ones and etc. |
The second approach sounds nice, but please don't feel rushed by this comment or my previous question :) Thanks! |
Sooo @marioortizmanero, any plans for a bugfix release? 😅 |
I released a new version: #373 |
Thanks @ramsayleung ❤️ |
Passing IDs to rspotify still feels a little wonky with their `Id` changes making use of `Cow`. Maybe it can be simplified on our end, but it's a start. Fixes #844 See also: ramsayleung/rspotify#332
Maintenance - Fix: Handle explicit field from Spotify API (#844, ramsayleung/rspotify#332) - Fix: Print "Connecting to Spotify" before setting up Cursive backend by @pghvlaans (#969) - Link to Flatpak image by @thorpelawrence (#997) - Make entry point synchronous and switch to global runtime instead by @ThomasFrans (#996) - Document queue module by @ThomasFrans (#1009) Features - Add "save/unsave album" to context menu (#964) - Automatically save backtraces to cache folder by @ThomasFrans (#988) - Create IPC socket on UNIX platforms for remote control and external track display (#1018)
Maintenance - Fix: Handle explicit field from Spotify API (#844, ramsayleung/rspotify#332) - Fix: Print "Connecting to Spotify" before setting up Cursive backend by @pghvlaans (#969) - Link to Flatpak image by @thorpelawrence (#997) - Make entry point synchronous and switch to global runtime instead by @ThomasFrans (#996) - Document queue module by @ThomasFrans (#1009) Features - Add "save/unsave album" to context menu (#964) - Automatically save backtraces to cache folder by @ThomasFrans (#988) - Create IPC socket on UNIX platforms for remote control and external track display (#1018)
Maintenance - Fix: Handle explicit field from Spotify API (#844, ramsayleung/rspotify#332) - Fix: Print "Connecting to Spotify" before setting up Cursive backend by @pghvlaans (#969) - Link to Flatpak image by @thorpelawrence (#997) - Make entry point synchronous and switch to global runtime instead by @ThomasFrans (#996) - Document queue module by @ThomasFrans (#1009) Features - Add "save/unsave album" to context menu (#964) - Automatically save backtraces to cache folder by @ThomasFrans (#988) - Create IPC socket on UNIX platforms for remote control and external track display (#1018)
Description
Looks like there is a typo in the enum values. Not sure if this would considered a breaking change since the enum options are changing.
Motivation and Context
hrkfdn/ncspot#844
Type of change
Please delete options that are not relevant.
How has this been tested?
See link above. I didn't explicitly test it, but it's surely a typo :)