mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 19:38:20 -07:00
Add all file extensions for jpeg images
This commit is contained in:
parent
4f770f26ce
commit
43077bd259
@ -242,7 +242,7 @@ export class ComicsPlayer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// the comic book archive supports any kind of image format as it's just a zip archive
|
// the comic book archive supports any kind of image format as it's just a zip archive
|
||||||
const supportedFormats = ['jpg', 'png', 'avif', 'gif', 'bmp', 'dib', 'tiff', 'tif'];
|
const supportedFormats = ['jpg', 'jpeg', 'jpe', 'jif', 'jfif', 'jfi', 'png', 'avif', 'gif', 'bmp', 'dib', 'tiff', 'tif'];
|
||||||
|
|
||||||
class ArchiveSource {
|
class ArchiveSource {
|
||||||
constructor(url) {
|
constructor(url) {
|
||||||
|
Loading…
Reference in New Issue
Block a user