fix
This commit is contained in:
parent
86946f0316
commit
ff04602954
@ -26,6 +26,8 @@ class Aggregate:
|
||||
if not search:
|
||||
print("Cache: NOT FOUND!")
|
||||
# Then try Genius
|
||||
if "genius" in self.exclude_methods:
|
||||
return # Skipped last possible source, return None
|
||||
search = await genius_search.search(artist, song)
|
||||
|
||||
return search
|
||||
|
Loading…
x
Reference in New Issue
Block a user