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() {
return {
'rpcurl': this.#rpcurl,
'auth': this.#authHeader
type: 'transmission',
rpcurl: this.#rpcurl,
auth: this.#authHeader
};
}