/
/
# What does this implement/fix? A sweep of the Spotify and Spotify Connect providers for comments, docstrings and README text that no longer matched the code, plus a few small fixes found along the way. The Soloist setup screen was also trimmed: it had grown into a page of behaviour notes, where it should just be the consent step. It now uses the same, shorter text as the Spotify Connect provider. Changes: - Shortened the "About Spotify Soloist" setup screen to the consent text only. - Removed leftover settings text for authentication options that no longer exist. - Corrected comments and docstrings that described how things used to work — several still said Spotify handles the crossfade, which Music Assistant has done itself for a while now, and a few still assumed librespot was the only playback engine. - Fixed README descriptions that pointed at files and behaviour that had moved. - Removed a playback backend setting that nothing could read. **Related issue (if applicable):** - none ## Types of changes - [ ] Bugfix (non-breaking change which fixes an issue) — `bugfix` - [ ] New feature (non-breaking change which adds functionality) — `new-feature` - [ ] Enhancement to an existing feature — `enhancement` - [ ] New music/player/metadata/plugin provider — `new-provider` - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) — `breaking-change` - [ ] Refactor (no behaviour change) — `refactor` - [ ] Documentation only — `documentation` - [x] Maintenance / chore — `maintenance` - [ ] CI / workflow change — `ci` - [ ] Dependencies bump — `dependencies` ## Checklist - [x] The code change is tested and works locally. - [x] `pre-commit run --all-files` passes. - [x] `pytest` passes, and tests have been added/updated under `tests/` where applicable. - [ ] For changes to shared models, the companion PR in `music-assistant/models` is linked. - [ ] For changes affecting the UI, the companion PR in `music-assistant/frontend` is linked. - [x] I have read and complied with the project's [AI Policy](https://github.com/music-assistant/.github/blob/main/AI_POLICY.md) for any AI-assisted contributions. - [ ] I have [raised a PR against the documentation repository](https://github.com/music-assistant/music-assistant.io/blob/main/CONTRIBUTING.md) targeting the main or beta branch as appropriate.