diff --git a/lib/moving.dart b/lib/moving.dart index c29cda69..6c46cacc 100644 --- a/lib/moving.dart +++ b/lib/moving.dart @@ -108,7 +108,7 @@ Stream moveFiles( final folder = Directory( p.join( output.path, - file.key ?? 'ALL_PHOTOS', // album or all + file.key?.trim() ?? 'ALL_PHOTOS', // album or all divideToDates ? date == null ? 'date-unknown'