/
/
# What does this implement/fix? Pairing PINs (AirPlay, Sendspin) were asked for with a plain text field and a prose hint about the digit count. With the new `pairing_code` config entry type (models 1.1.203) and the matching frontend field, they now show as dedicated per-digit input boxes. - AirPlay: the streaming, Companion and MRP pairing PINs use a 4-digit code field - Sendspin: a dynamic PIN uses boxes matching the negotiated length (e.g. `###-###` for 6 digits); the separate "The PIN is X digits long" label is no longer needed. A static PIN uses 8-digit boxes (its length is fixed by the protocol) - Codes typed with separators still work, and a wrong-length code now gives a clear field error instead of burning a pairing attempt - Bumps music-assistant-models to 1.1.203 **Related issue (if applicable):** - related models PR: https://github.com/music-assistant/models/pull/384 - related frontend PR: https://github.com/music-assistant/frontend/pull/2657 ## Types of changes - [ ] Bugfix (non-breaking change which fixes an issue) — `bugfix` - [ ] New feature (non-breaking change which adds functionality) — `new-feature` - [x] 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` - [ ] 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. - [x] For changes to shared models, the companion PR in `music-assistant/models` is linked. - [x] 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.