1
0
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:
Ozzie Isaacs 2021-01-31 11:21:09 +01:00
parent 93f0724b83
commit a866dbaa80

View File

@ -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";