]> code.octet-stream.net Git - broadcaster/blobdiff - radio/config.go
More UI improvements
[broadcaster] / radio / config.go
index 315265338859c2ef96b4727e1b0988f1efe58312..6837b7dd10bff49735ddc9e789d5322038136fa4 100644 (file)
@@ -66,5 +66,5 @@ func (c *RadioConfig) ApplyDefaults() {
 func (c *RadioConfig) WebsocketURL() string {
        addr := strings.Replace(c.ServerURL, "https://", "wss://", -1)
        addr = strings.Replace(addr, "http://", "ws://", -1)
 func (c *RadioConfig) WebsocketURL() string {
        addr := strings.Replace(c.ServerURL, "https://", "wss://", -1)
        addr = strings.Replace(addr, "http://", "ws://", -1)
-       return addr + "/radiosync"
+       return addr + "/radio-ws"
 }
 }