mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 09:16:45 +01:00
fix in ENEX import
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user