fix in ENEX import

This commit is contained in:
zadam
2020-09-16 20:32:20 +02:00
parent 13b9f5231c
commit d57a303251
4 changed files with 14 additions and 9 deletions

View File

@@ -55,6 +55,8 @@ function deriveMime(type, mime) {
mime = 'application/json';
} else if (['render', 'book'].includes(type)) {
mime = '';
} else {
mime = 'application/octet-stream';
}
return mime;