lrc tweaks
This commit is contained in:
@@ -36,7 +36,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":
|
||||
if source.label.lower() != "cache" or not plain:
|
||||
logging.info("Skipping source: %s, excluded.", source.label)
|
||||
continue
|
||||
logging.info("Cache exclude requested, ignoring")
|
||||
|
||||
Reference in New Issue
Block a user