mirror of https://github.com/icedream/ts3bot.git
Stop audio playback when shutting down TS3Bot.
parent
adeccf6d57
commit
c20462272f
|
@ -36,6 +36,8 @@ module.exports = class VLCService extends services.Service
|
||||||
cb?()
|
cb?()
|
||||||
return
|
return
|
||||||
|
|
||||||
|
@_instance.stop()
|
||||||
|
|
||||||
# TODO: Is there even a proper way to shut this down?
|
# TODO: Is there even a proper way to shut this down?
|
||||||
@_instance = null
|
@_instance = null
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue