Skip to content

Commit

Permalink
chore: allow Too many statements for now on update
Browse files Browse the repository at this point in the history
  • Loading branch information
maximmaxim345 committed Jan 16, 2025
1 parent 2707d4d commit dafc4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion music_assistant/controllers/players.py
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ def remove(self, player_id: str, cleanup_config: bool = True) -> None:
self._prev_states.pop(player_id, None)
self.mass.signal_event(EventType.PLAYER_REMOVED, player_id)

def update(
def update( # noqa: PLR0915
self, player_id: str, skip_forward: bool = False, force_update: bool = False
) -> None:
"""Update player state."""
Expand Down

0 comments on commit dafc4f7

Please sign in to comment.