Fix incorrect comment

This commit is contained in:
Ming Ming 2022-01-28 05:05:21 +08:00
parent d418364fee
commit bfe6385534

View file

@ -10,7 +10,7 @@ import 'package:nc_photos/use_case/resync_album.dart';
///
/// Internally, it'll dispatch the work depending on the album:
/// - with AlbumStaticProvider: [ResyncAlbum]
/// - with AlbumDirProvider: [PopulateAlbum]
/// - with AlbumDynamicProvider/AlbumSmartProvider: [PopulateAlbum]
class PreProcessAlbum {
const PreProcessAlbum(this.appDb);