mirror of
https://github.com/immich-app/immich.git
synced 2025-12-21 23:01:06 -08:00
feat(mobile): hash assets in isolate (#18924)
This commit is contained in:
@@ -86,4 +86,7 @@ abstract class NativeSyncApi {
|
||||
|
||||
@TaskQueue(type: TaskQueueType.serialBackgroundThread)
|
||||
List<PlatformAsset> getAssetsForAlbum(String albumId, {int? updatedTimeCond});
|
||||
|
||||
@TaskQueue(type: TaskQueueType.serialBackgroundThread)
|
||||
List<Uint8List?> hashPaths(List<String> paths);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user