From 2f23a0070e29a3831a3515e1ded8b160d2537f11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Hilligs=C3=B8e?= Date: Sun, 18 Feb 2024 17:46:23 +0100 Subject: [PATCH] Funny... Sometimes AirPlay does not show image art, even on the KEF Connect app --- cmd/kefw2/cmd/status.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmd/kefw2/cmd/status.go b/cmd/kefw2/cmd/status.go index 667a635..ad3d986 100644 --- a/cmd/kefw2/cmd/status.go +++ b/cmd/kefw2/cmd/status.go @@ -64,6 +64,9 @@ func init() { } func imageArt2ASCII(imageURL string) string { + if imageURL == "" { + return "" + } // Create convert options convertOptions := convert.DefaultOptions // convertOptions.FixedWidth = 80