fix: only take username into account in configurationMatches()
This commit is contained in:
parent
5695a5c0ed
commit
fe87ae3126
@ -56,7 +56,7 @@ public class PCloud implements Cloud {
|
||||
}
|
||||
|
||||
private boolean configurationMatches(PCloud cloud) {
|
||||
return url.equals(cloud.url) && username.equals(cloud.username);
|
||||
return username.equals(cloud.username);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user