Skip to content

Commit

Permalink
fix line 1134: curent ==> current
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbrunt57 authored Dec 19, 2024
1 parent 2c5c23c commit a653ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/alexa_media/media_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -1131,7 +1131,7 @@ async def async_set_volume_level(self, volume):
if not self.available:
return

# Save the curent volume level before we change it
# Save the current volume level before we change it
_LOGGER.debug("Saving previous volume level: %s", self.volume_level)
self._previous_volume = self.volume_level

Expand Down

0 comments on commit a653ff3

Please sign in to comment.