mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(mobile): recently added -> taken (#17780)
This commit is contained in:
parent
a774153f67
commit
699fdd0d1b
9 changed files with 23 additions and 21 deletions
|
|
@ -61,7 +61,7 @@ abstract interface class IAssetRepository implements IDatabaseRepository {
|
|||
|
||||
Future<List<Asset>> getTrashAssets(String userId);
|
||||
|
||||
Future<List<Asset>> getRecentlyAddedAssets(String userId);
|
||||
Future<List<Asset>> getRecentlyTakenAssets(String userId);
|
||||
Future<List<Asset>> getMotionAssets(String userId);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue