From 911bffb00b1ae6af6d807c4e8ade6f47bb34117f Mon Sep 17 00:00:00 2001 From: Leo Date: Sun, 15 Feb 2026 11:35:29 +0100 Subject: [PATCH] fix: changed bridge address to not be localhost anymore --- static/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/script.js b/static/script.js index 5e94ce2..7774279 100644 --- a/static/script.js +++ b/static/script.js @@ -9,7 +9,7 @@ function add(e,title,artist,id,action) { }, 500); - fetch("http://localhost:3000/command", { + fetch("http://" + window.location.hostname + ":3000/command", { method: "POST", body: JSON.stringify({ "videoId": id,