mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 06:46:22 +01:00
Tweak logs
This commit is contained in:
parent
6dade916b5
commit
a25d5f4632
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ class UnshareFileFromAlbum {
|
|||
List<ListSharedAlbumItem>? listSharedAlbumResults,
|
||||
void Function(Share)? onUnshareFileFailed,
|
||||
}) async {
|
||||
_log.info(
|
||||
"[call] Unshare ${files.length} files from album '${album.name}' with ${unshareWith.length} users");
|
||||
// list albums with shares identical to one of [unshareWith]
|
||||
final otherAlbums = (listSharedAlbumResults ??
|
||||
await ListSharedAlbum(shareRepo, fileRepo, albumRepo)(account))
|
||||
|
|
Loading…
Reference in a new issue