GeniusLyricsProvider: Fix parsing of different HTML pages
This commit is contained in:
@@ -652,7 +652,8 @@ QString DecodeHtmlEntities(const QString &text) {
|
||||
.replace("<", "<")
|
||||
.replace("<", "<")
|
||||
.replace(">", ">")
|
||||
.replace(">", ">");
|
||||
.replace(">", ">")
|
||||
.replace("'", "'");
|
||||
|
||||
return copy;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user