mirror of
https://github.com/immich-app/immich.git
synced 2025-12-08 02:04:00 +09:00
refactor(mobile): asset stack provider (#16100)
* refactor(mobile): asset stack provider * remove file from ignore list
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user