devgianlu
devgianlu
The Facebook part is working, but Spotify will not let us get the required tokens.
- [x] Working clienttoken request - [x] Persist client token once generated - [ ] Working playplay request
Get up-to-date with the latest Facebook login flow. https://github.com/librespot-org/librespot/discussions/635#discussioncomment-714466
With the login5 token endpoint we can save time in the startup time by requesting a token via login5 and use it to start the websocket along with the REST...
The `bool` type for `BIsOffload` is incorrect for this field since `BOOL` in Windows is defined as an int (4 bytes), but it's just 1 byte in Golang. https://learn.microsoft.com/en-us/windows/win32/winprog/windows-data-types
When seeking, there was an issue that caused fatal exceptions. Basically some audio data was detected as an MP3 header even if it wasn't. I've added some additional checks to...