mirror of
https://github.com/immich-app/immich.git
synced 2025-01-12 15:32:36 +02:00
fix(mobile): keep empty album as selected target (#14778)
This commit is contained in:
parent
6a855f6331
commit
b034cb1861
@ -14,7 +14,6 @@ class AlbumMediaRepository implements IAlbumMediaRepository {
|
||||
final List<AssetPathEntity> assetPathEntities =
|
||||
await PhotoManager.getAssetPathList(
|
||||
hasAll: true,
|
||||
filterOption: FilterOptionGroup(containsPathModified: true),
|
||||
);
|
||||
return assetPathEntities.map(_toAlbum).toList();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user