STUPID mistake
This commit is contained in:
parent
1965ac4cbd
commit
b2044537d5
@ -139,7 +139,7 @@ class Search(Download):
|
||||
page = self._get_page_from_source(source=source)
|
||||
|
||||
if page in self.audio_pages:
|
||||
return page.download(music_object=self._current_option._derive_from, genre=None, **kwargs)
|
||||
return page.download(music_object=self._current_option._derive_from, genre=genre, **kwargs)
|
||||
|
||||
return DownloadResult(error_message=f"Didn't find a source for {self._current_option._derive_from.option_string}.")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user