mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-24 18:38:48 +01:00
Fix incorrect type returned from copyWith
This commit is contained in:
parent
08617e1351
commit
ab202f65f2
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ abstract class AlbumSmartProvider extends AlbumProviderBase {
|
|||
}) : super(latestItemTime: latestItemTime);
|
||||
|
||||
@override
|
||||
AlbumDirProvider copyWith({
|
||||
AlbumSmartProvider copyWith({
|
||||
OrNull<DateTime>? latestItemTime,
|
||||
}) {
|
||||
// Smart albums do not support copying
|
||||
|
|
Loading…
Reference in a new issue