aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--code/cogs/play.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/cogs/play.py b/code/cogs/play.py
index c836b70..ec32c06 100644
--- a/code/cogs/play.py
+++ b/code/cogs/play.py
@@ -76,7 +76,7 @@ class Play(commands.Cog):
LoadType.ERROR,
):
# Final search attempt with YouTube
- ytsearch = f"ytsearch:{query}"
+ ytsearch = f"ytsearch:{query} audio"
results = await player.node.get_tracks(ytsearch)
else:
results = await player.node.get_tracks(query)