diff --git a/manifest.json b/manifest.json index 1d4b48d..40f40d1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "mediaviewer", "name": "Media Viewer", - "version": "2.1.11", + "version": "2.1.12", "minAppVersion": "1.8.7", "description": "Transform your notes with beautiful interactive media galleries. Seamlessly view, zoom, and manage images, videos, and audio files.", "author": "Devon22", diff --git a/package-lock.json b/package-lock.json index 707262f..4c29487 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mediaviewer", - "version": "2.1.11", + "version": "2.1.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mediaviewer", - "version": "2.1.11", + "version": "2.1.12", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/package.json b/package.json index eb9d6bb..7364a80 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mediaviewer", - "version": "2.1.11", - "description": "View and manage media files within your notes.", + "version": "2.1.12", + "description": "Transform your notes with beautiful interactive media galleries. Seamlessly view, zoom, and manage images, videos, and audio files.", "main": "main.js", "scripts": { "dev": "node esbuild.config.mjs", diff --git a/src/galleryBlock.ts b/src/galleryBlock.ts index 7cbe2b4..a5d6e71 100644 --- a/src/galleryBlock.ts +++ b/src/galleryBlock.ts @@ -711,7 +711,7 @@ export class GalleryBlock { }; } const appWithPlugins = this.app as ObsidianAppWithPlugins; - const zipPlugin = appWithPlugins.plugins?.plugins?.['obsidian-gridexplorer']; + const zipPlugin = appWithPlugins.plugins?.plugins?.['gridexplorer']; if (!zipPlugin || typeof zipPlugin.getThumbnail !== 'function') { return null;