change all refs

This commit is contained in:
mmomjian
2025-04-22 17:43:12 -04:00
parent a2c0ecfc2a
commit 2d309e91da
8 changed files with 19 additions and 19 deletions
+2 -2
View File
@@ -514,9 +514,9 @@ class AssetService {
return _assetRepository.watchAsset(id, fireImmediately: fireImmediately);
}
Future<List<Asset>> getRecentlyAddedAssets() {
Future<List<Asset>> getRecentlyTakenAssets() {
final me = _userService.getMyUser();
return _assetRepository.getRecentlyAddedAssets(me.id);
return _assetRepository.getRecentlyTakenAssets(me.id);
}
Future<List<Asset>> getMotionAssets() {