1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2024-12-17 02:59:03 +01:00

Clear albums on close in cover manager

This commit is contained in:
Jonas Kvinge 2020-05-10 11:50:05 +02:00
parent 25f60331ed
commit fe3af3a676

View File

@ -250,6 +250,9 @@ void AlbumCoverManager::closeEvent(QCloseEvent *e) {
// Cancel any outstanding requests
CancelRequests();
ui_->artists->clear();
ui_->albums->clear();
}
void AlbumCoverManager::LoadGeometry() {