Skip to content

Commit

Permalink
Lib sidebar: fix playlist label update (when renaming History items)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronso0 committed Feb 27, 2024
1 parent 8b8c83d commit 99dbeca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/library/trackset/baseplaylistfeature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,7 @@ void BasePlaylistFeature::updateChildModel(const QSet<int>& playlistIds) {
}
}
}
m_pSidebarModel->triggerRepaint();
}

/// Clears the child model dynamically, but the invisible root item remains
Expand Down

0 comments on commit 99dbeca

Please sign in to comment.