Skip to content

Commit

Permalink
Funny... Sometimes AirPlay does not show image art, even on the KEF C…
Browse files Browse the repository at this point in the history
…onnect app
  • Loading branch information
hilli committed Feb 18, 2024
1 parent 5298ecf commit 2f23a00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/kefw2/cmd/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ func init() {
}

func imageArt2ASCII(imageURL string) string {
if imageURL == "" {
return ""
}
// Create convert options
convertOptions := convert.DefaultOptions
// convertOptions.FixedWidth = 80
Expand Down

0 comments on commit 2f23a00

Please sign in to comment.