mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 13:09:00 +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;
|
||||
}
|
||||
|
||||
public String getProto() {
|
||||
return this.proto;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user