From cae8c7f81bca7ecfa682adb45e96d9a2202b7292 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Tue, 19 Nov 2019 19:59:48 +0100 Subject: [PATCH] don't cache connected state and allow "IP" being empty during config/reconfig --- kodi/devicepluginkodi.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/kodi/devicepluginkodi.json b/kodi/devicepluginkodi.json index 241eeb1a..b5506e7e 100644 --- a/kodi/devicepluginkodi.json +++ b/kodi/devicepluginkodi.json @@ -21,7 +21,8 @@ "name": "ip", "displayName": "IP Address", "type" : "QString", - "inputType": "IPv4Address" + "inputType": "IPv4Address", + "defaultValue": "" }, { "id": "660fb4d7-9479-4c9d-a900-ce221d2b8ae4", @@ -50,7 +51,8 @@ "displayName": "connected", "displayNameEvent": "connected changed", "defaultValue": false, - "type": "bool" + "type": "bool", + "cached": false }, { "id": "bc98cdb0-4d0e-48ca-afc7-922e49bb7813",