mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
refactor(mobile): asset stack provider (#16100)
* refactor(mobile): asset stack provider * remove file from ignore list
This commit is contained in:
parent
8ab87a8803
commit
47203d2760
6 changed files with 33 additions and 23 deletions
|
|
@ -57,6 +57,8 @@ abstract interface class IAssetRepository implements IDatabaseRepository {
|
|||
Future<void> upsertDuplicatedAssets(Iterable<String> duplicatedAssets);
|
||||
|
||||
Future<List<String>> getAllDuplicatedAssetIds();
|
||||
|
||||
Future<List<Asset>> getStackAssets(String stackId);
|
||||
}
|
||||
|
||||
enum AssetSort { checksum, ownerIdChecksum }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue