diff --git a/pomice/player.py b/pomice/player.py index 1bfea85..cca62de 100644 --- a/pomice/player.py +++ b/pomice/player.py @@ -193,7 +193,8 @@ class Player(VoiceProtocol): """Plays a track. If a Spotify track is passed in, it will be handled accordingly.""" if track.spotify: search: Track = (await self._node.get_tracks( - f"{track._search_type}:{track.author} - {track.title}" + f"{track._search_type}:{track.author} - {track.title}", + ctx=track.ctx ))[0] track.original = search