Lyrics: Fix "Apply exclude rules"

This commit is contained in:
Andreas 2014-01-18 18:22:00 +01:00
parent a700bea095
commit ed3365bc0d
1 changed files with 1 additions and 1 deletions

View File

@ -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)) {