mirror of
https://github.com/immich-app/immich.git
synced 2026-06-05 05:35:21 -04:00
96d521e149
* bump to v7.22.0 and update patching * gen client * migrate mobile call sites
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;
|