Possible fix for ffmpeg zombies

This commit is contained in:
Twentysix 2016-07-02 01:23:50 +02:00
parent 6271f9aefd
commit 103f3d12c1

View File

@ -895,7 +895,6 @@ class Audio:
if hasattr(voice_client, 'audio_player'):
voice_client.audio_player.stop()
del voice_client.audio_player
def _valid_playlist_name(self, name):
for l in name: