mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-17 20:09:50 +01:00
Lyrics: Fix "Apply exclude rules"
This commit is contained in:
parent
a700bea095
commit
ed3365bc0d
@ -138,7 +138,7 @@ void UltimateLyricsProvider::LyricsFetched() {
|
||||
|
||||
// Apply exclude rules
|
||||
foreach (const Rule& rule, exclude_rules_) {
|
||||
ApplyExcludeRule(rule, &lyrics);
|
||||
ApplyExcludeRule(rule, &content);
|
||||
}
|
||||
|
||||
if (!content.isEmpty() and HTMLHasAlphaNumeric(content)) {
|
||||
|
Loading…
Reference in New Issue
Block a user