fix: add missing withUrl() for pCloud
This commit is contained in:
parent
faaec7a922
commit
e2903820f7
@ -52,6 +52,7 @@ public class CloudEntityMapper extends EntityMapper<CloudEntity, Cloud> {
|
|||||||
case PCLOUD:
|
case PCLOUD:
|
||||||
return aPCloudCloud() //
|
return aPCloudCloud() //
|
||||||
.withId(entity.getId()) //
|
.withId(entity.getId()) //
|
||||||
|
.withUrl(entity.getWebdavUrl()) //
|
||||||
.withAccessToken(entity.getAccessToken()) //
|
.withAccessToken(entity.getAccessToken()) //
|
||||||
.withUsername(entity.getUsername()) //
|
.withUsername(entity.getUsername()) //
|
||||||
.build();
|
.build();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user