mirror of
https://github.com/immich-app/immich.git
synced 2025-11-20 21:02:34 +09:00
fix(mobile): recently added -> taken (#17780)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user