SpotifyRequest: Check for download covers
This commit is contained in:
parent
e2ffe716e7
commit
4509c43b81
|
@ -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() &&
|
||||
|
|
Loading…
Reference in New Issue