From 7bc685ae8580a5c6f11eaed0785e995e637ae037 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Sat, 5 Mar 2022 23:03:01 +0100 Subject: [PATCH] Use bitsea server instead of the now decommissioned VM. --- icedreammusic/foobar2000/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icedreammusic/foobar2000/main.go b/icedreammusic/foobar2000/main.go index 7a72416..8e17fad 100644 --- a/icedreammusic/foobar2000/main.go +++ b/icedreammusic/foobar2000/main.go @@ -77,7 +77,7 @@ func main() { metaCollectorAPIURL := &url.URL{ Scheme: "http", - Host: "192.168.188.69:8080", // TODO - make configurable + Host: "bitsea:8080", // TODO - make configurable Path: "/", } metacollectorClient := metacollector.NewMetaCollectorClient(metaCollectorAPIURL)