diff --git a/app/lib/entity/collection/adapter/nc_album.dart b/app/lib/entity/collection/adapter/nc_album.dart index 8ce1954b..e9a2ee58 100644 --- a/app/lib/entity/collection/adapter/nc_album.dart +++ b/app/lib/entity/collection/adapter/nc_album.dart @@ -54,7 +54,7 @@ class CollectionNcAlbumAdapter final f = found.firstWhereOrNull((e) => e.fdId == i.fileId); return CollectionFileItemNcAlbumItemAdapter( i, - // retain the path such that it is correct recognized as part of an + // retain the path such that it is correctly recognized as part of an // album f?.copyWith( fdPath: i.path, diff --git a/app/lib/widget/collection_browser/bloc.dart b/app/lib/widget/collection_browser/bloc.dart index f19bde5b..137f2d0e 100644 --- a/app/lib/widget/collection_browser/bloc.dart +++ b/app/lib/widget/collection_browser/bloc.dart @@ -138,6 +138,7 @@ class _Bloc extends Bloc<_Event, _State> ); }, ), + // do we need this as we already filter files in filesController? forEach( emit, filesController.stream,