feat: attach output format to the player (#1920)
* feat: add output_format parameter to `get_player_filter_params`
* feat: store each players output format once known
* feat: attach output_format to `DSPDetaily`
* fix: improve `DSPDetails` change detection to listen for output format changes
* fix: remove underscore from `_output_format`
* Bump models to 1.1.19
* Chore(deps): Bump actions/setup-python from 5.3.0 to 5.4.0 (#1919)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v5.3.0...v5.4.0)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: explain why we catch RuntimeErrors
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Marcel van der Veldt <m.vanderveldt@outlook.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>