mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add WebP to the page detection list for comics
The WebP image format can be used to store comic pages.
This commit is contained in:
parent
ff95eba35f
commit
c929b6946d
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue