diff --git a/redbot/cogs/audio/audio.py b/redbot/cogs/audio/audio.py index 76c98c9fb..25752482d 100644 --- a/redbot/cogs/audio/audio.py +++ b/redbot/cogs/audio/audio.py @@ -2212,6 +2212,8 @@ class Audio(commands.Cog): player.add(ctx.author, search_choice) else: return await self._embed_msg(ctx, _("Track exceeds maximum length.")) + else: + player.add(ctx.author, search_choice) if not player.current: await player.play() await ctx.send(embed=embed)