[ThumbnailsConvertor] Fix conversion after fixup_webp

Closes #4565
pull/4660/head
pukkandan 2 years ago
parent a6125983ab
commit 0e0ce898f6
No known key found for this signature in database
GPG Key ID: 7EEE9E1E817D0A39

@ -1105,6 +1105,7 @@ class FFmpegThumbnailsConvertorPP(FFmpegPostProcessor):
continue
has_thumbnail = True
self.fixup_webp(info, idx)
original_thumbnail = thumbnail_dict['filepath'] # Path can change during fixup
thumbnail_ext = os.path.splitext(original_thumbnail)[1][1:].lower()
if thumbnail_ext == 'jpeg':
thumbnail_ext = 'jpg'

Loading…
Cancel
Save