mirror of
https://github.com/immich-app/immich.git
synced 2025-11-01 02:57:08 -04:00
fix: Fix issue fail to download iOS live photos (#22708)
Co-authored-by: bwees <brandonwees@gmail.com>
This commit is contained in:
parent
21f49572b1
commit
b7e06e7b6f
@ -121,7 +121,7 @@ class DownloadRepository {
|
||||
_dummyMetadata['part'] = LivePhotosPart.video.index;
|
||||
tasks[taskIndex++] = DownloadTask(
|
||||
taskId: livePhotoVideoId,
|
||||
url: url,
|
||||
url: getOriginalUrlForRemoteId(livePhotoVideoId),
|
||||
headers: headers,
|
||||
filename: asset.name.toUpperCase().replaceAll(RegExp(r"\.(JPG|HEIC)$"), '.MOV'),
|
||||
updates: Updates.statusAndProgress,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user