Merge pull request #213 from mProjectsCode/revert-208-downloaded-file-as-string
Revert "Fix download image frontmatter formatting"
This commit is contained in:
commit
813c165b88
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
|
||||
mediaTypeModel.image = `"[[${imagePath}]]"`;
|
||||
mediaTypeModel.image = `[[${imagePath}]]`;
|
||||
return true;
|
||||
} catch (e) {
|
||||
console.warn('MDB | Failed to download image:', e);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue