emit SearchCoverInProgress before SearchCoverAutomatically
This commit is contained in:
parent
a9d8bbad42
commit
16d9a077f0
|
@ -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_);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue