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
1 changed files with 3 additions and 0 deletions

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() {