mirror of
https://github.com/janeczku/calibre-web
synced 2025-08-30 01:17:57 +00:00
Fix mimetype in comic reader
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user