mirror of
https://github.com/immich-app/immich.git
synced 2026-02-04 17:01:13 +03:00
fix(mobile): cannot get new photos on Android (#15461)
This commit is contained in:
@@ -14,6 +14,7 @@ class AlbumMediaRepository implements IAlbumMediaRepository {
|
||||
final List<AssetPathEntity> assetPathEntities =
|
||||
await PhotoManager.getAssetPathList(
|
||||
hasAll: true,
|
||||
filterOption: FilterOptionGroup(containsPathModified: true),
|
||||
);
|
||||
return assetPathEntities.map(_toAlbum).toList();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user