mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-24 05:18:58 +00:00
(search) Fix missing getter for proto
This commit is contained in:
parent
70bc8831f5
commit
6a3079a167
@ -242,4 +242,8 @@ public class EdgeUrl implements Serializable {
|
|||||||
return this.domain;
|
return this.domain;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String getProto() {
|
||||||
|
return this.proto;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user