Store server type on save
This commit is contained in:
@@ -273,8 +273,9 @@ class trserver extends EventTarget {
|
|||||||
|
|
||||||
getInstanceData() {
|
getInstanceData() {
|
||||||
return {
|
return {
|
||||||
'rpcurl': this.#rpcurl,
|
type: 'transmission',
|
||||||
'auth': this.#authHeader
|
rpcurl: this.#rpcurl,
|
||||||
|
auth: this.#authHeader
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user