mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 14:25:51 +01:00
small fixes to ENEX import
This commit is contained in:
@@ -37,7 +37,7 @@ function getImageType(buffer) {
|
||||
}
|
||||
}
|
||||
else {
|
||||
return imageType(buffer);
|
||||
return imageType(buffer) || "jpg"; // optimistic JPG default
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user