mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
refactor: rename searchMetadata to searchAssets (#14151)
This commit is contained in:
parent
ed8a3101a8
commit
9e1e9b1fbf
11 changed files with 32 additions and 32 deletions
|
|
@ -34,7 +34,7 @@ class AssetApiRepository extends ApiRepository implements IAssetApiRepository {
|
|||
int currentPage = 1;
|
||||
while (hasNext) {
|
||||
final response = await checkNull(
|
||||
_searchApi.searchMetadata(
|
||||
_searchApi.searchAssets(
|
||||
MetadataSearchDto(
|
||||
personIds: personIds,
|
||||
page: currentPage,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue