mirror of
https://github.com/janeczku/calibre-web
synced 2024-12-26 01:50:31 +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";
|
this.mimeType = "image/jpeg";
|
||||||
break;
|
break;
|
||||||
case "gif":
|
case "gif":
|
||||||
this.mimeType = "iamge/gif";
|
this.mimeType = "image/gif";
|
||||||
break;
|
break;
|
||||||
case "svg":
|
case "svg":
|
||||||
this.mimeType = "image/svg+xml";
|
this.mimeType = "image/svg+xml";
|
||||||
|
Loading…
Reference in New Issue
Block a user