mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-21 07:16:07 -04:00
A sound bugfix
This commit is contained in:
@@ -139,8 +139,8 @@ class URLStream(object):
|
||||
log.debug("Stopped audio stream.")
|
||||
except:
|
||||
log.exception("Exception while stopping stream.")
|
||||
# if delete:
|
||||
# del self.stream
|
||||
if delete:
|
||||
del self.stream
|
||||
log.debug("Deleted audio stream.")
|
||||
return True
|
||||
else:
|
||||
|
Reference in New Issue
Block a user