diff --git a/src/core/mainwindow.cpp b/src/core/mainwindow.cpp index 441b655a4..c9bd4c7ea 100644 --- a/src/core/mainwindow.cpp +++ b/src/core/mainwindow.cpp @@ -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_); } }