allow for excluding cache on lyrics search (temp?) + addl genius fixes
This commit is contained in:
@ -47,7 +47,7 @@ class Aggregate:
|
||||
search_result: Optional[LyricsResult] = None
|
||||
for source in sources:
|
||||
if source.label.lower() in self.exclude_methods:
|
||||
if source.label.lower() == "cache" or not plain:
|
||||
if not plain:
|
||||
logging.info("Exclude conditions rejected - source requested to exclude: %s, plain: %s",
|
||||
source.label, plain)
|
||||
else:
|
||||
|
Reference in New Issue
Block a user