1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-08 23:07:06 +02:00

fix(mobile): load original (#11786)

* fix(mobile): load original

* revert change to format
This commit is contained in:
Alex
2024-08-14 14:52:19 -05:00
committed by GitHub
parent 9e21f254cd
commit 7d888106ed
4 changed files with 17 additions and 15 deletions

View File

@ -101,7 +101,7 @@ class ImmichRemoteImageProvider
// Load the final remote image
if (_useOriginal) {
// Load the original image
final url = getImageUrlFromId(key.assetId);
final url = getOriginalUrlForRemoteId(key.assetId);
final codec = await ImageLoader.loadImageFromCache(
url,
cache: cache,