Allow changing the sync group parent#2214
Merged
Merged
Conversation
marcelveldt
pushed a commit
to music-assistant/server
that referenced
this pull request
Jul 27, 2026
Update music-assistant-frontend to version [2.17.246](https://github.com/music-assistant/frontend/releases/tag/2.17.246) - Fix login behind Home Assistant ingress (by @marcelveldt in [#2216](music-assistant/frontend#2216)) - Allow changing the sync group parent (by @marcelveldt in [#2214](music-assistant/frontend#2214)) ## 🐛 Bugfixes - Make provider reconfiguration easier (by @marcelveldt in [#2215](music-assistant/frontend#2215)) - Show player setup actions consistently (by @marcelveldt in [#2213](music-assistant/frontend#2213)) - Handle unavailable browser storage safely (by @marcelveldt in [#2211](music-assistant/frontend#2211)) ## 🧰 Maintenance and dependency bumps <details> <summary>4 changes</summary> - Chore(deps-dev): Bump vite from 8.1.3 to 8.1.5 (by @[dependabot[bot]](https://github.com/apps/dependabot) in [#2169](music-assistant/frontend#2169)) - Chore(deps): Bump @lucide/vue from 1.24.0 to 1.26.0 (by @[dependabot[bot]](https://github.com/apps/dependabot) in [#2168](music-assistant/frontend#2168)) - Chore(deps): Bump vue-i18n from 11.4.5 to 11.4.7 (by @[dependabot[bot]](https://github.com/apps/dependabot) in [#2172](music-assistant/frontend#2172)) - Chore(deps): Bump marked from 18.0.6 to 18.0.7 (by @[dependabot[bot]](https://github.com/apps/dependabot) in [#2174](music-assistant/frontend#2174)) </details> ## 🙇 Contributors @marcelveldt Co-authored-by: musicassistant-bot[bot] <304008617+musicassistant-bot[bot]@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.
Problem
The grouping controls hid the parent player, preventing playback from being transferred by removing it from its own sync group.
Changes