[PR #5602] [MERGED] fix: handle livePhotos using originFileWithSubType #10889

Closed
opened 2026-02-05 14:29:52 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/5602
Author: @shenlong-tanwen
Created: 12/10/2023
Status: Merged
Merged: 12/12/2023
Merged by: @alextran1502

Base: mainHead: fix/mobile-livePhoto-upload


📝 Commits (6)

  • 6558f65 fix: handle livePhotos using originFileWithSubType
  • 6b9f4a9 remove livePhoto asset cache
  • 3f8e5bf fetch live photo video name from entity
  • d2051a0 fix: video file not detected
  • 7b92d32 chore: pull main
  • beadfaa fix: set correct header

📊 Changes

1 file changed (+28 additions, -23 deletions)

View changed files

📝 mobile/lib/modules/backup/services/backup.service.dart (+28 -23)

📄 Description

Changes made:

  • Live photo video assets are fetched using originFileWithSubtype
  • isLocallyAvailable now checks for the existence of the originFile

🔄 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/5602 **Author:** [@shenlong-tanwen](https://github.com/shenlong-tanwen) **Created:** 12/10/2023 **Status:** ✅ Merged **Merged:** 12/12/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `fix/mobile-livePhoto-upload` --- ### 📝 Commits (6) - [`6558f65`](https://github.com/immich-app/immich/commit/6558f6538a06fb03b7a855642a452fa723adc2a1) fix: handle livePhotos using originFileWithSubType - [`6b9f4a9`](https://github.com/immich-app/immich/commit/6b9f4a9630eabb72bcedc273b0d73d29731b7b0f) remove livePhoto asset cache - [`3f8e5bf`](https://github.com/immich-app/immich/commit/3f8e5bf6a0acc25e6869971768b03ee8eb09451a) fetch live photo video name from entity - [`d2051a0`](https://github.com/immich-app/immich/commit/d2051a06e0b8ec4fa8f8c424587f7ff916654210) fix: video file not detected - [`7b92d32`](https://github.com/immich-app/immich/commit/7b92d328bfc5330a856b878d4819f597ffe28ce6) chore: pull main - [`beadfaa`](https://github.com/immich-app/immich/commit/beadfaaa0a73635c7e5f92710a9b701551d9d518) fix: set correct header ### 📊 Changes **1 file changed** (+28 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `mobile/lib/modules/backup/services/backup.service.dart` (+28 -23) </details> ### 📄 Description #### Changes made: - Live photo video assets are fetched using `originFileWithSubtype` - `isLocallyAvailable` now checks for the existence of the `originFile` --- <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 14:29:52 +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#10889