diff --git a/music_assistant/server/providers/sonos/provider.py b/music_assistant/server/providers/sonos/provider.py index 9ae4b0d75..2e95f68ba 100644 --- a/music_assistant/server/providers/sonos/provider.py +++ b/music_assistant/server/providers/sonos/provider.py @@ -221,7 +221,8 @@ async def play_media( "accept play_media command, it is synced to another player." ) raise PlayerCommandFailed(msg) - + # for now always reset the active session + sonos_player.client.player.group.active_session_id = None if airplay := sonos_player.get_linked_airplay_player(True): # linked airplay player is active, redirect the command self.logger.debug("Redirecting PLAY_MEDIA command to linked airplay player.")