mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 16:56:19 +01:00
Fix link shared dir can't be opened
This commit is contained in:
parent
929f282098
commit
b9aea0c208
1 changed files with 1 additions and 0 deletions
|
@ -304,6 +304,7 @@ class ListSharingBloc extends Bloc<ListSharingBlocEvent, ListSharingBlocState> {
|
||||||
s,
|
s,
|
||||||
File(
|
File(
|
||||||
path: webdavPath,
|
path: webdavPath,
|
||||||
|
fileId: s.itemSource,
|
||||||
isCollection: true,
|
isCollection: true,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue