mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
resolve merge conflicts
use updated approach for calculating checksums
This commit is contained in:
parent
bd9e4871ec
commit
42f99e8039
8 changed files with 364 additions and 116 deletions
|
|
@ -125,6 +125,7 @@ abstract class NativeSyncApi {
|
|||
@TaskQueue(type: TaskQueueType.serialBackgroundThread)
|
||||
List<PlatformAsset> getTrashedAssetsForAlbum(String albumId, {int? updatedTimeCond});
|
||||
|
||||
@async
|
||||
@TaskQueue(type: TaskQueueType.serialBackgroundThread)
|
||||
List<Uint8List?> hashTrashedAssets(List<TrashedAssetParams> trashedAssets);
|
||||
List<HashResult> hashTrashedAssets(List<TrashedAssetParams> trashedAssets);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue