diff --git a/third_party/sendspin-go/pkg/sendspin/receiver.go b/third_party/sendspin-go/pkg/sendspin/receiver.go index 918947a..89dcb76 100644 --- a/third_party/sendspin-go/pkg/sendspin/receiver.go +++ b/third_party/sendspin-go/pkg/sendspin/receiver.go @@ -263,14 +263,14 @@ func (r *Receiver) buildClientConfig() (protocol.Config, error) { BufferCapacity: r.config.BufferCapacity, SupportedCommands: []string{"volume", "mute"}, }, - ArtworkV1Support: &protocol.ArtworkV1Support{ - Channels: []protocol.ArtworkChannel{ - {Source: "album", Format: "jpeg", MediaWidth: 600, MediaHeight: 600}, - }, - }, - VisualizerV1Support: &protocol.VisualizerV1Support{ - BufferCapacity: r.config.BufferCapacity, - }, + // ArtworkV1Support: &protocol.ArtworkV1Support{ + // Channels: []protocol.ArtworkChannel{ + // {Source: "album", Format: "jpeg", MediaWidth: 600, MediaHeight: 600}, + // }, + // }, + // VisualizerV1Support: &protocol.VisualizerV1Support{ + // BufferCapacity: r.config.BufferCapacity, + // }, }, nil }