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:
|
||||
return aPCloudCloud() //
|
||||
.withId(entity.getId()) //
|
||||
.withUrl(entity.getWebdavUrl()) //
|
||||
.withAccessToken(entity.getAccessToken()) //
|
||||
.withUsername(entity.getUsername()) //
|
||||
.build();
|
||||
|
Loading…
x
Reference in New Issue
Block a user