Skip to content

Commit

Permalink
fix/65
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed May 11, 2024
1 parent a4180c7 commit 01295be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovos_audio/audio.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def _restore_volume_after_record(self, message=None):
if not self._is_message_for_service(message):
return

def restore_volume():
def restore_volume(msg=message):
LOG.debug('restoring volume')
self.current.restore_volume()

Expand Down

0 comments on commit 01295be

Please sign in to comment.