From 42047fde1a55ddddc24a57bbce4e47aa2907cfd4 Mon Sep 17 00:00:00 2001 From: Caio Cotts Date: Sun, 15 Sep 2024 17:09:40 -0400 Subject: [PATCH] Remove shareURL value from config.js --- ui/src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/config.js b/ui/src/config.js index 21dc677b7..ac26f828e 100644 --- a/ui/src/config.js +++ b/ui/src/config.js @@ -22,7 +22,7 @@ const defaultConfig = { defaultUIVolume: 100, enableUserEditing: true, enableSharing: true, - shareURL: 'http://127.0.0.1:4533', + shareURL: '', defaultDownloadableShare: true, devSidebarPlaylists: true, lastFMEnabled: true,