Add AUDIO_OVERLAY to ProviderFeature enum#221
Merged
MarvinSchenkel merged 1 commit intoMay 13, 2026
Merged
Conversation
Allows plugin providers to declare overlay capability so the streams controller can discover them by feature flag rather than duck-typing. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
10 tasks
MarvinSchenkel
approved these changes
May 13, 2026
Contributor
|
Thanks @jlpouffier 🙏 |
github-actions Bot
pushed a commit
to music-assistant/server
that referenced
this pull request
May 14, 2026
Update music-assistant-models to version [1.1.118](https://github.com/music-assistant/models/releases/tag/1.1.118) - Add AUDIO_OVERLAY to ProviderFeature enum (by @jlpouffier in [#221](music-assistant/models#221)) ## 🧰 Maintenance and dependency bumps - Build(deps-dev): Bump pre-commit from 4.5.1 to 4.6.0 (by @[dependabot[bot]](https://github.com/apps/dependabot) in [#220](music-assistant/models#220)) - Build(deps): Bump release-drafter/release-drafter from 7.2.1 to 7.3.0 (by @[dependabot[bot]](https://github.com/apps/dependabot) in [#222](music-assistant/models#222)) - Build(deps-dev): Bump mypy from 1.20.2 to 2.0.0 (by @[dependabot[bot]](https://github.com/apps/dependabot) in [#223](music-assistant/models#223)) ## 🙇 Contributors @MarvinSchenkel and @jlpouffier Co-authored-by: marcelveldt <6389780+marcelveldt@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
AUDIO_OVERLAY = "audio_overlay"to theProviderFeatureenumTest plan
ProviderFeature.AUDIO_OVERLAYin itsSUPPORTED_FEATURES🤖 Generated with Claude Code