diff --git a/src/spotify/spotifyrequest.cpp b/src/spotify/spotifyrequest.cpp index 8dd9e8ec2..7cebf9929 100644 --- a/src/spotify/spotifyrequest.cpp +++ b/src/spotify/spotifyrequest.cpp @@ -1165,6 +1165,8 @@ void SpotifyRequest::GetAlbumCoversCheck() { if ( !finished_ && + service_->download_album_covers() && + IsQuery() && artists_requests_queue_.isEmpty() && albums_requests_queue_.isEmpty() && songs_requests_queue_.isEmpty() &&