Stop audio playback when shutting down TS3Bot.

develop
Icedream 2015-10-29 02:24:11 +01:00
parent adeccf6d57
commit c20462272f
1 changed files with 2 additions and 0 deletions

View File

@ -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