Update src/context/contextview.cpp

This commit is contained in:
Célestin Matte 2024-03-12 12:00:05 +01:00
parent 5e5a1c9d04
commit 2d9436844a
1 changed files with 1 additions and 1 deletions

View File

@ -1434,7 +1434,7 @@ void EditTagDialog::UpdateLyrics(const quint64 id, const QString &provider, cons
if (static_cast<qint64>(id) != lyrics_id_) return;
lyrics_id_ = -1;
if (lyrics != nullptr) {
if (!lyrics.isEmpty()) {
ui_->lyrics->setPlainText(lyrics);
}
else {