From 4509c43b81fb8c76cefa2babe59ea69f2f117449 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Tue, 2 Jul 2024 17:49:56 +0200 Subject: [PATCH] SpotifyRequest: Check for download covers --- src/spotify/spotifyrequest.cpp | 2 ++ 1 file changed, 2 insertions(+) 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() &&