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:
parent
25f60331ed
commit
fe3af3a676
@ -250,6 +250,9 @@ void AlbumCoverManager::closeEvent(QCloseEvent *e) {
|
||||
// Cancel any outstanding requests
|
||||
CancelRequests();
|
||||
|
||||
ui_->artists->clear();
|
||||
ui_->albums->clear();
|
||||
|
||||
}
|
||||
|
||||
void AlbumCoverManager::LoadGeometry() {
|
||||
|
Loading…
Reference in New Issue
Block a user