Merge a291936bb7e6de73183dba80ac1bcb25c5740078 into c5098961b04ce83f4615f2a846c84f803b072639

This commit is contained in:
Deleted user 2024-08-21 22:22:18 -04:00 committed by GitHub
commit e2c6923df2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -293,7 +293,7 @@ def _real_main(argv=None):
'key': 'EmbedThumbnail', 'key': 'EmbedThumbnail',
'already_have_thumbnail': already_have_thumbnail 'already_have_thumbnail': already_have_thumbnail
}) })
if not already_have_thumbnail: if not already_have_thumbnail and not opts.skip_download:
opts.writethumbnail = True opts.writethumbnail = True
# XAttrMetadataPP should be run after post-processors that may change file # XAttrMetadataPP should be run after post-processors that may change file
# contents # contents