mirror of
https://github.com/immich-app/immich.git
synced 2026-06-04 13:55:19 -04:00
10 lines
326 B
Diff
10 lines
326 B
Diff
@@ -83,7 +83,7 @@
|
|
List<num> ratio;
|
|
|
|
/// Array of stack information as [stackId, assetCount] tuples (null for non-stacked assets)
|
|
- Optional<List<List<String>>?> stack;
|
|
+ Optional<List<List<String>?>?> stack;
|
|
|
|
/// Array of BlurHash strings for generating asset previews (base64 encoded)
|
|
List<String> thumbhash;
|