Do not use /bmx for our custom endpoint (#115)

Follow-up for https://github.com/gesellix/Bose-SoundTouch/pull/114
This commit is contained in:
Tobias Gesellchen
2026-03-16 23:36:36 +01:00
committed by GitHub
parent 8d95e170f6
commit ad5344b309
5 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -268,7 +268,7 @@ func selectCustomRadio(c *cli.Context) error {
serviceURL := c.String("service-url")
encodedURL := base64.URLEncoding.EncodeToString([]byte(streamURL))
location := fmt.Sprintf("%s/bmx/custom/v1/playback/%s", serviceURL, encodedURL)
location := fmt.Sprintf("%s/custom/v1/playback/%s", serviceURL, encodedURL)
params := url.Values{}
if itemName != "" {