Skip to content

Commit

Permalink
revert waiting to 0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
SantiagoSotoC committed Oct 23, 2024
1 parent b9cb501 commit 8d738b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion music_assistant/server/providers/snapcast/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ async def _streamer() -> None:
# we need to wait a bit for the stream status to become idle
# to ensure that all snapclients have consumed the audio
while stream.status != "idle":
await asyncio.sleep(0.50)
await asyncio.sleep(0.25)
player.state = PlayerState.IDLE
self.mass.players.update(player_id)
self._set_childs_state(player_id)
Expand Down

0 comments on commit 8d738b6

Please sign in to comment.