Update search.py

This commit is contained in:
Hellow2 2023-04-03 09:45:44 +02:00
parent bdf05adcb1
commit 376bbf2fa2

View File

@ -143,3 +143,5 @@ class Search(Download):
if page in self.audio_pages:
return page.download(music_object=self._current_option._derive_from)
return False