Revert "Fix download image frontmatter formatting"

This commit is contained in:
Moritz Jung 2025-09-10 13:08:49 +02:00 committed by GitHub
parent 13f999849c
commit b60ca932e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);