Skip to content

Commit

Permalink
Update music_assistant/server/providers/bluesound/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Marcel van der Veldt <[email protected]>
  • Loading branch information
Cyanogenbot and marcelveldt authored Sep 18, 2024
1 parent c3e2b20 commit b3fde81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion music_assistant/server/providers/bluesound/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ async def update_attributes(self) -> None:
and self.dynamic_poll_count <= 0
or self.mass_player.state == PLAYBACK_STATE_POLL_MAP[self.status.state]
):
self.logger.debug("Turning bluos poll state: %s", self.poll_state)
self.logger.debug("Changing bluos poll state from %s to static", self.poll_state)
self.poll_state = POLL_STATE_STATIC
self.mass_player.poll_interval = 30
self.mass.players.update(self.player_id)
Expand Down

0 comments on commit b3fde81

Please sign in to comment.