Update src/context/contextview.cpp

Co-authored-by: Jonas Kvinge <jonas@jkvinge.net>
This commit is contained in:
Célestin Matte 2024-03-12 11:55:06 +01:00 committed by GitHub
parent 2ea3bf3481
commit c6c79b0f3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -633,7 +633,8 @@ void ContextView::UpdateLyrics(const quint64 id, const QString &provider, const
if (lyrics.isEmpty()) {
lyrics_ = "\n\nLyrics not found.\n";
} else {
}
else {
lyrics_ = lyrics + "\n\n(Lyrics from " + provider + ")\n";
}
lyrics_id_ = -1;