mirror of
https://github.com/fergalmoran/picard.git
synced 2026-03-02 03:23:59 +00:00
Avoid downloading multiple cover images if caa_save_single_front_image is set
This commit is contained in:
@@ -334,5 +334,9 @@ class CoverArtProviderCaa(CoverArtProvider):
|
||||
# PDFs cannot be saved to tags (as 2014/05/29)
|
||||
coverartimage.can_be_saved_to_tags = False
|
||||
self.queue_put(coverartimage)
|
||||
if config.setting["caa_save_single_front_image"] and \
|
||||
config.setting["save_images_to_files"] and \
|
||||
image["front"]:
|
||||
break
|
||||
|
||||
self.next_in_queue()
|
||||
|
||||
Reference in New Issue
Block a user