mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-03-13 18:58:53 +01:00
Fix edited photos not shown in Enhance collection
This commit is contained in:
parent
be28551386
commit
378e4f0b67
1 changed files with 4 additions and 2 deletions
|
@ -355,8 +355,10 @@ class _EnhancedPhotoBrowserState extends State<EnhancedPhotoBrowser>
|
|||
}
|
||||
|
||||
void _reqQuery() {
|
||||
_bloc.add(const ScanLocalDirBlocQuery(
|
||||
["Download/Photos (for Nextcloud)/Enhanced Photos"]));
|
||||
_bloc.add(const ScanLocalDirBlocQuery([
|
||||
"Download/Photos (for Nextcloud)/Enhanced Photos",
|
||||
"Download/Photos (for Nextcloud)/Edited Photos",
|
||||
]));
|
||||
}
|
||||
|
||||
final _bloc = ScanLocalDirBloc();
|
||||
|
|
Loading…
Reference in a new issue