From c708f6bca8ed31481dcbb9ed1dfe16cbd96321bf Mon Sep 17 00:00:00 2001 From: revelation1 Date: Fri, 2 Feb 2024 12:06:26 -0500 Subject: [PATCH] Update widget.js the additional slash causes this widget to fail. this works: http://host:port/api?apikey=***&mode=test&output=json this does not: http://host:port/api/?apikey=***&mode=test&output=json --- src/widgets/sabnzbd/widget.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/sabnzbd/widget.js b/src/widgets/sabnzbd/widget.js index 3779967a..1210d926 100644 --- a/src/widgets/sabnzbd/widget.js +++ b/src/widgets/sabnzbd/widget.js @@ -1,7 +1,7 @@ import genericProxyHandler from "utils/proxy/handlers/generic"; const widget = { - api: "{url}/api/?apikey={key}&output=json&mode={endpoint}", + api: "{url}/api?apikey={key}&output=json&mode={endpoint}", proxyHandler: genericProxyHandler, mappings: {