mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2026-02-14 21:39:23 +00:00
Bugfix: crash when skipping track with -m [Fixes #721]
This commit is contained in:
@@ -163,7 +163,7 @@ class MetadataSearch:
|
|||||||
if video is None:
|
if video is None:
|
||||||
raise NoYouTubeVideoMatchError(
|
raise NoYouTubeVideoMatchError(
|
||||||
'No matching videos found on YouTube for the search query "{}".'.format(
|
'No matching videos found on YouTube for the search query "{}".'.format(
|
||||||
search_query
|
query
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
return video
|
return video
|
||||||
|
|||||||
Reference in New Issue
Block a user