diff --git a/mumbleBot.py b/mumbleBot.py index 15ac25f..a7ec5ce 100644 --- a/mumbleBot.py +++ b/mumbleBot.py @@ -496,7 +496,7 @@ class MumbleBot: def pause(self): # Kill the ffmpeg thread if self.thread: - self.pause_at_id = var.playlist.current_item() + self.pause_at_id = var.playlist.current_item().id self.thread.kill() self.thread = None self.is_pause = True