Skip to content

Commit

Permalink
Merge pull request #54
Browse files Browse the repository at this point in the history
Minor Fix
  • Loading branch information
donkevlar authored Nov 7, 2024
2 parents b64f227 + a504fcd commit d29d927
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Scripts/audio.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ async def auto_kill_session(self):
self.play_state = 'stopped'
self.audio_message = None
self.activeSessions -= 1
self.sessionOwner = None
self.audioObj.cleanup() # NOQA

if self.session_update.running:
Expand Down

0 comments on commit d29d927

Please sign in to comment.