diff --git a/pomice/player.py b/pomice/player.py index 5faaf62..c841340 100644 --- a/pomice/player.py +++ b/pomice/player.py @@ -505,7 +505,7 @@ class Player(VoiceProtocol): """Plays a track. If a Spotify track is passed in, it will be handled accordingly.""" # Make sure we've never searched the track before - if track.original is None: + if track._search_type and track.original is None: # First lets try using the tracks ISRC, every track has one (hopefully) try: if not track.isrc: