mirror of
https://github.com/janeczku/calibre-web
synced 2025-11-01 15:53:01 +00:00
Fix for #1870 (png was missing in supported picture formats for comic viewer)
This commit is contained in:
@@ -146,6 +146,9 @@ kthoom.ImageFile = function(file) {
|
||||
case "jpeg":
|
||||
this.mimeType = "image/jpeg";
|
||||
break;
|
||||
case "png":
|
||||
this.mimeType = "image/png";
|
||||
break;
|
||||
case "gif":
|
||||
this.mimeType = "image/gif";
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user