STUPID mistake

This commit is contained in:
Hellow 2023-04-04 22:34:06 +02:00
parent 1965ac4cbd
commit b2044537d5

View File

@ -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}.")