From 16d9a077f0366366baa902ec2135a02f1749c23d Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Thu, 14 May 2020 19:29:07 +0200 Subject: [PATCH] emit SearchCoverInProgress before SearchCoverAutomatically --- src/core/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_); } }