From 439b2cb9fcc8b7929dbfdfb92af5a96a490c702c Mon Sep 17 00:00:00 2001 From: Tobias Gesellchen Date: Sun, 24 May 2026 09:30:46 +0200 Subject: [PATCH] TODO We need to ensure that ids here are consistent with the ones used in the AfterTouch service. --- cmd/soundtouch-cli/cmd_cloud.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/soundtouch-cli/cmd_cloud.go b/cmd/soundtouch-cli/cmd_cloud.go index ed66fb4..3b53ec2 100644 --- a/cmd/soundtouch-cli/cmd_cloud.go +++ b/cmd/soundtouch-cli/cmd_cloud.go @@ -65,6 +65,7 @@ func cloudSourceRemoveCmd() *cli.Command { // canonicalSourceID maps well-known SourceKeyType values to their canonical IDs. // Used to resolve --type to an ID without requiring a round-trip GET. +// TODO We need to ensure that ids here are consistent with the ones used in the AfterTouch service. var canonicalSourceID = map[string]string{ "AUX": "10001", "INTERNET_RADIO": "10002",