SpotifyRequest: Check for download covers

This commit is contained in:
Jonas Kvinge 2024-07-02 17:49:56 +02:00
parent e2ffe716e7
commit 4509c43b81
1 changed files with 2 additions and 0 deletions

View File

@ -1165,6 +1165,8 @@ void SpotifyRequest::GetAlbumCoversCheck() {
if ( if (
!finished_ && !finished_ &&
service_->download_album_covers() &&
IsQuery() &&
artists_requests_queue_.isEmpty() && artists_requests_queue_.isEmpty() &&
albums_requests_queue_.isEmpty() && albums_requests_queue_.isEmpty() &&
songs_requests_queue_.isEmpty() && songs_requests_queue_.isEmpty() &&