mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
9 lines
326 B
Diff
9 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;
|