From 64833e65ba2dca92b5f6c94cf7e1aa61a78c093c Mon Sep 17 00:00:00 2001 From: Arunan Balasubramaniam Date: Sun, 18 Aug 2024 19:30:46 +0100 Subject: [PATCH] Navidrome: Set the web UI link to use the default port for the web UI --- navidrome/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/navidrome/config.json b/navidrome/config.json index d22de3f49..d3768a9ed 100644 --- a/navidrome/config.json +++ b/navidrome/config.json @@ -38,5 +38,5 @@ "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/navidrome", "version": "0.52.5-6", - "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" + "webui": "[PROTO:ssl]://[HOST]:[PORT:4533]" }