vishen / go-chromecast

cli for Google Chromecast, Home devices and Cast Groups
Apache License 2.0
853 stars 84 forks source link

Change fmt.Printf to log.Infof when adding items to playlist #191

Closed davidflowerday closed 6 months ago

davidflowerday commented 6 months ago

The fmt.Printf messages are interfering with the --with-ui option - this changes them to use the log methods instead which appear properly inside the UI Log area.

vishen commented 6 months ago

Thanks for this!