mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-24 18:38:48 +01:00
Fix incorrect comment
This commit is contained in:
parent
d418364fee
commit
bfe6385534
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue