From e9852d96fe2c8940482bb60310fa38faffeec6e7 Mon Sep 17 00:00:00 2001 From: Twentysix Date: Tue, 16 Feb 2016 17:06:11 +0100 Subject: [PATCH] Play fix --- cogs/audio.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cogs/audio.py b/cogs/audio.py index 1b23a4551..8152cb840 100644 --- a/cogs/audio.py +++ b/cogs/audio.py @@ -62,7 +62,8 @@ class Audio: if await self.is_alone_or_admin(msg.author): self.queue = [] self.current = -1 - self.playlist = [link] + self.playlist = [] + self.queue.append(link) self.music_player.stop() else: self.playlist = []