Checklist
Description
Certain file formats (namely .webp that I could discover) that are currently supported for thumbnails do not generate while inside of zip/cbz structures as you can see below. The zip files in this example all contain the exact same image of their corresponding format. If a working format is added to the zip, it will automatically update the thumbnail to use the first file that is supported as expected.
Solution
Assuming that the problem lies in the zip forgetting to search for .webp as a thumbnail option, it should be included. Here's an example from my File Explorer:
Alternatives
No response
Checklist
Description
Certain file formats (namely .webp that I could discover) that are currently supported for thumbnails do not generate while inside of zip/cbz structures as you can see below. The zip files in this example all contain the exact same image of their corresponding format. If a working format is added to the zip, it will automatically update the thumbnail to use the first file that is supported as expected.
Solution
Assuming that the problem lies in the zip forgetting to search for .webp as a thumbnail option, it should be included. Here's an example from my File Explorer:
Alternatives
No response