fix: changed bridge address to not be localhost anymore

This commit is contained in:
Leo
2026-02-15 11:35:29 +01:00
parent 4d91077527
commit 911bffb00b

View File

@@ -9,7 +9,7 @@ function add(e,title,artist,id,action) {
}, 500); }, 500);
fetch("http://localhost:3000/command", { fetch("http://" + window.location.hostname + ":3000/command", {
method: "POST", method: "POST",
body: JSON.stringify({ body: JSON.stringify({
"videoId": id, "videoId": id,