Skip to content

v1.1.1 — hotfix: images gone after Immich 3.0 upgrade

Choose a tag to compare

@jeremiaa jeremiaa released this 03 Jul 09:16

Small but important hotfix.

🛠 Fixed

No images after upgrading Immich to 3.x — Immich 3.0 removed the assets[] array from the album-detail API response. Both the wallpaper slideshow and the Image widget read exactly that field, so after an Immich upgrade Magic Frame showed no photos at all.

Both now fall back to Immich's metadata search when the new response shape is detected — fully backwards compatible: on Immich ≤ 2.x nothing changes (the old code path still runs), on Immich ≥ 3.0 images, EXIF metadata and portrait/landscape detection all work again.

📦 Update

cd magic-frame && ./deploy/install.sh

Your data stays untouched.