From cccb76d553cdbc0f95c6c99a74c951441c192302 Mon Sep 17 00:00:00 2001 From: MichaelOultram Date: Tue, 28 Jul 2015 22:06:09 +0100 Subject: [PATCH] Fixing build issues --- strings.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strings.go b/strings.go index 0ea151b..9d5524f 100644 --- a/strings.go +++ b/strings.go @@ -173,5 +173,5 @@ const CURRENT_SONG_PLAYLIST_HTML = ` // URL of the server for connecting via a web address const WEB_ADDRESS = ` - Control mumbledj from a web browser: http://%s/%s + Control mumbledj from a web browser: http://%s:9563/%s `