[PR #12449] [MERGED] fix(server): remove hidden assets from albums #13616

Closed
opened 2026-02-05 15:17:45 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/12449
Author: @jrasm91
Created: 9/7/2024
Status: Merged
Merged: 9/9/2024
Merged by: @jrasm91

Base: mainHead: fix/remove-hidden-assets-from-albums


📝 Commits (2)

  • c9f7f0a fix(server): remove hidden assets from albums
  • fe94443 fix: linting

📊 Changes

1 file changed (+13 additions, -0 deletions)

View changed files

server/src/migrations/1725730782681-RemoveHiddenAssetsFromAlbums.ts (+13 -0)

📄 Description

Fixes #8348 by removing assets from albums that are "isVisible: false". This is likely only a problem for old instance with live photos whose motion portion was added prior to #3702.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/12449 **Author:** [@jrasm91](https://github.com/jrasm91) **Created:** 9/7/2024 **Status:** ✅ Merged **Merged:** 9/9/2024 **Merged by:** [@jrasm91](https://github.com/jrasm91) **Base:** `main` ← **Head:** `fix/remove-hidden-assets-from-albums` --- ### 📝 Commits (2) - [`c9f7f0a`](https://github.com/immich-app/immich/commit/c9f7f0a9b59883baaae2ec28491f6c55e5255ce9) fix(server): remove hidden assets from albums - [`fe94443`](https://github.com/immich-app/immich/commit/fe94443fbff32834add28bb3f5077790ed7b4f95) fix: linting ### 📊 Changes **1 file changed** (+13 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `server/src/migrations/1725730782681-RemoveHiddenAssetsFromAlbums.ts` (+13 -0) </details> ### 📄 Description Fixes #8348 by removing assets from albums that are "isVisible: false". This is likely only a problem for old instance with live photos whose motion portion was added prior to #3702. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 15:17:45 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#13616