Skip to content

Commit

Permalink
Bugfix: crash when skipping track with -m [Fixes #721]
Browse files Browse the repository at this point in the history
  • Loading branch information
ritiek committed May 18, 2020
1 parent 8b7fd04 commit bbe43da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spotdl/metadata_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def _best_on_youtube_search_for_type_query(self, query):
if video is None:
raise NoYouTubeVideoMatchError(
'No matching videos found on YouTube for the search query "{}".'.format(
search_query
query
)
)
return video
Expand Down

0 comments on commit bbe43da

Please sign in to comment.