Merge pull request #296 from ayamshanov/add_fb2_mimetype

Add mimetype for fb2-extension
This commit is contained in:
Lukas Reschke 2016-07-04 13:54:11 +02:00 committed by GitHub
commit be847398b4
2 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,7 @@
"application/x-compressed": "package/x-generic",
"application/x-dcraw": "image",
"application/x-deb": "package/x-generic",
"application/x-fictionbook+xml": "text",
"application/x-font": "image",
"application/x-gimp": "image",
"application/x-gzip": "package/x-generic",

View File

@ -52,6 +52,7 @@
"eps": ["application/postscript"],
"erf": ["image/x-dcraw"],
"exe": ["application/x-ms-dos-executable"],
"fb2": ["application/x-fictionbook+xml", "text/plain"],
"flac": ["audio/flac"],
"flv": ["video/x-flv"],
"gif": ["image/gif"],