mirror of
https://github.com/janeczku/calibre-web
synced 2024-12-25 01:20:32 +00:00
Fix mimetype in comic reader
This commit is contained in:
parent
93f0724b83
commit
a866dbaa80
@ -147,7 +147,7 @@ kthoom.ImageFile = function(file) {
|
||||
this.mimeType = "image/jpeg";
|
||||
break;
|
||||
case "gif":
|
||||
this.mimeType = "iamge/gif";
|
||||
this.mimeType = "image/gif";
|
||||
break;
|
||||
case "svg":
|
||||
this.mimeType = "image/svg+xml";
|
||||
|
Loading…
Reference in New Issue
Block a user