mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 14:56:20 +01:00
Remove redundant code
This commit is contained in:
parent
3d5de229cb
commit
0a6a90f963
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ class _ViewerDetailPaneState extends State<ViewerDetailPane> {
|
|||
await NotifiedAction(
|
||||
() async {
|
||||
final albumRepo = AlbumRepo(AlbumCachedDataSource());
|
||||
await UpdateAlbum(albumRepo).call(
|
||||
await UpdateAlbum(albumRepo)(
|
||||
widget.account,
|
||||
widget.album!.copyWith(
|
||||
coverProvider: AlbumManualCoverProvider(
|
||||
|
|
Loading…
Reference in a new issue