Fix edited photos not shown in Enhance collection

This commit is contained in:
Ming Ming 2022-07-23 01:17:15 +08:00
parent be28551386
commit 378e4f0b67

View file

@ -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();