From 69fb418beb7926c166f4de20962256faa6679157 Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Sat, 14 May 2022 10:43:29 -0400 Subject: [PATCH] Merge pull request #3637 from MinecraftPlaye/add-webp (cherry picked from commit ae32ece3468a37c6e88438678901f3593e21b4c8) Signed-off-by: Joshua Boniface --- src/plugins/comicsPlayer/plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/comicsPlayer/plugin.js b/src/plugins/comicsPlayer/plugin.js index 8a02926a4..42aaa3105 100644 --- a/src/plugins/comicsPlayer/plugin.js +++ b/src/plugins/comicsPlayer/plugin.js @@ -242,7 +242,7 @@ export class ComicsPlayer { } // the comic book archive supports any kind of image format as it's just a zip archive -const supportedFormats = ['jpg', 'jpeg', 'jpe', 'jif', 'jfif', 'jfi', 'png', 'avif', 'gif', 'bmp', 'dib', 'tiff', 'tif']; +const supportedFormats = ['jpg', 'jpeg', 'jpe', 'jif', 'jfif', 'jfi', 'png', 'avif', 'gif', 'bmp', 'dib', 'tiff', 'tif', 'webp']; class ArchiveSource { constructor(url) {