Skip to content

Commit

Permalink
small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt committed Aug 30, 2024
1 parent e3fca48 commit 9513892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiosonos/player.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def volume_level(self) -> int | None:
@property
def volume_muted(self) -> bool | None:
"""Return the current mute state of the player."""
return self._volume_data.get("mute")
return self._volume_data.get("muted")

@property
def has_fixed_volume(self) -> bool | None:
Expand Down

0 comments on commit 9513892

Please sign in to comment.