[PR #25901] fix: album thumbnail refresh #18398

Open
opened 2026-02-05 16:37:35 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/25901
Author: @jrasm91
Created: 2/5/2026
Status: 🔄 Open

Base: mainHead: fix/25803


📝 Commits (1)

  • 6e69052 fix: album thumbnail refresh

📊 Changes

5 files changed (+121 additions, -5 deletions)

View changed files

📝 open-api/immich-openapi-specs.json (+65 -0)
📝 server/src/controllers/album.controller.ts (+27 -1)
📝 server/src/repositories/album.repository.ts (+10 -0)
📝 server/src/services/album.service.ts (+18 -0)
📝 web/src/lib/components/album-page/album-cover.svelte (+1 -4)

📄 Description

Fixes #25803

I'm not sure if that's how we want to solve this problem or not. It has the downside of adding an additional http round-trip for each thumbnail request, including the extra database requests in the implementation. This may be negligible, but it would be good to test & verify any assumptions.


🔄 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/25901 **Author:** [@jrasm91](https://github.com/jrasm91) **Created:** 2/5/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `fix/25803` --- ### 📝 Commits (1) - [`6e69052`](https://github.com/immich-app/immich/commit/6e690524784644f0886eb69ccf25bcf8b47ecc6c) fix: album thumbnail refresh ### 📊 Changes **5 files changed** (+121 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `open-api/immich-openapi-specs.json` (+65 -0) 📝 `server/src/controllers/album.controller.ts` (+27 -1) 📝 `server/src/repositories/album.repository.ts` (+10 -0) 📝 `server/src/services/album.service.ts` (+18 -0) 📝 `web/src/lib/components/album-page/album-cover.svelte` (+1 -4) </details> ### 📄 Description Fixes #25803 I'm not sure if that's how we want to solve this problem or not. It has the downside of adding an additional http round-trip for each thumbnail request, including the extra database requests in the implementation. This may be negligible, but it would be good to test & verify any assumptions. --- <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 16:37:35 +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#18398