Add note in docstring
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Sun, 22 Feb 2026 14:09:30 +0000 (15:09 +0100)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Sun, 22 Feb 2026 14:09:30 +0000 (15:09 +0100)
music_assistant/controllers/players/controller.py

index 0290adfc22ce3a6e81a8c4d1c561983bd67e5f10..476e16b8cf1bfd25cf43a41cbeb1d9217fef3506 100644 (file)
@@ -1149,6 +1149,8 @@ class PlayerController(ProtocolLinkingMixin, CoreController):
         If the target player itself is already synced to another player, this may fail.
         If the player can not be synced with the given target player, this may fail.
 
+        NOTE: This is a convenience helper for cmd_set_members.
+
         :param player_id: player_id of the player to handle the command.
         :param target_player: player_id of the syncgroup leader or group player.