Fix mimetype in comic reader

pull/1852/head
Ozzie Isaacs 3 years ago
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…
Cancel
Save