Store server type on save

This commit is contained in:
2025-10-14 14:29:51 +02:00
parent 6c35320164
commit 07d2677af1

View File

@@ -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
}; };
} }