Bugfix: crash when skipping track with -m [Fixes #721]

This commit is contained in:
Ritiek Malhotra
2020-05-18 15:14:22 +05:30
parent 8b7fd04321
commit bbe43da191

View File

@@ -163,7 +163,7 @@ class MetadataSearch:
if video is None:
raise NoYouTubeVideoMatchError(
'No matching videos found on YouTube for the search query "{}".'.format(
search_query
query
)
)
return video