mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
clarify parameter
This commit is contained in:
@@ -24,7 +24,7 @@ class LocalImageRequest extends ImageRequest {
|
||||
isVideo: assetType == AssetType.video,
|
||||
);
|
||||
|
||||
final frame = await _fromPlatformImage(info, true);
|
||||
final frame = await _fromPlatformImage(info, shouldFree: true);
|
||||
return frame == null ? null : ImageInfo(image: frame.image, scale: scale);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user