Revert "Fix download image frontmatter formatting"
This commit is contained in:
parent
13f999849c
commit
b60ca932e5
1 changed files with 1 additions and 1 deletions
|
|
@ -355,7 +355,7 @@ export default class MediaDbPlugin extends Plugin {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Update model to use local image path
|
// Update model to use local image path
|
||||||
mediaTypeModel.image = `"[[${imagePath}]]"`;
|
mediaTypeModel.image = `[[${imagePath}]]`;
|
||||||
return true;
|
return true;
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.warn('MDB | Failed to download image:', e);
|
console.warn('MDB | Failed to download image:', e);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue