1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-01-23 14:11:55 +01:00

emit SearchCoverInProgress before SearchCoverAutomatically

This commit is contained in:
Jonas Kvinge 2020-05-14 19:29:07 +02:00
parent a9d8bbad42
commit 16d9a077f0

View File

@ -2671,8 +2671,8 @@ void MainWindow::GetCoverAutomatically() {
!song_.effective_album().isEmpty();
if (search) {
album_cover_choice_controller_->SearchCoverAutomatically(song_);
emit SearchCoverInProgress();
album_cover_choice_controller_->SearchCoverAutomatically(song_);
}
}