emit SearchCoverInProgress before SearchCoverAutomatically

This commit is contained in:
Jonas Kvinge 2020-05-14 19:29:07 +02:00
parent a9d8bbad42
commit 16d9a077f0
1 changed files with 1 additions and 1 deletions

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_);
}
}