fix: instatiate RootPCloudFolder with path /
This commit is contained in:
parent
05b95cf5da
commit
85d920da19
@ -9,7 +9,7 @@ class RootPCloudFolder extends PCloudFolder {
|
|||||||
private static final long rootFolderId = 0L;
|
private static final long rootFolderId = 0L;
|
||||||
|
|
||||||
public RootPCloudFolder(PCloudCloud cloud) {
|
public RootPCloudFolder(PCloudCloud cloud) {
|
||||||
super(null, rootFolderId, "", "");
|
super(null, rootFolderId, "", "/");
|
||||||
this.cloud = cloud;
|
this.cloud = cloud;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user