From 423060f675fed2ed0a1cd1451d4476586bcde0a7 Mon Sep 17 00:00:00 2001 From: cloudwithax Date: Sun, 3 Oct 2021 17:04:44 -0400 Subject: [PATCH] Removed redudant search term for searching up partial tracks --- pomice/player.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pomice/player.py b/pomice/player.py index fba90a4..ef65f22 100644 --- a/pomice/player.py +++ b/pomice/player.py @@ -148,7 +148,7 @@ class Player(VoiceProtocol): """Plays a track. If a Spotify track is passed in, it will be handled accordingly.""" if track.spotify: spotify_track: objects.Track = (await self.node.get_tracks( - f"ytmsearch:{track.title} {track.author} audio" + f"ytmsearch:{track.title} {track.author}" ))[0] await self.node.send( op="play",