If we have <br/> followed by a \n, then remove \n
This commit is contained in:
committed by
craig.p.drummond
parent
93783e5000
commit
dc97f3dce2
@@ -325,6 +325,8 @@ void UltimateLyricsProvider::lyricsFetched()
|
||||
}
|
||||
|
||||
lyrics=lyrics.trimmed();
|
||||
lyrics.replace("<br />", "<br/>");
|
||||
lyrics.replace("<br/>\n", "<br/>");
|
||||
emit lyricsReady(id, lyrics);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user