We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13f9998 commit b60ca93Copy full SHA for b60ca93
src/main.ts
@@ -355,7 +355,7 @@ export default class MediaDbPlugin extends Plugin {
355
}
356
357
// Update model to use local image path
358
- mediaTypeModel.image = `"[[${imagePath}]]"`;
+ mediaTypeModel.image = `[[${imagePath}]]`;
359
return true;
360
} catch (e) {
361
console.warn('MDB | Failed to download image:', e);
0 commit comments