Skip to content

Commit

Permalink
remove HDHomerun prefix from friendly name
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 committed May 6, 2019
1 parent 0d28df6 commit 25b9904
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ func main() {

validateConfig()

viper.Set("discovery.device-friendly-name", fmt.Sprintf("HDHomerun (%s)", viper.GetString("discovery.device-friendly-name")))
viper.Set("discovery.device-uuid", fmt.Sprintf("%d-AE2A-4E54-BBC9-33AF7D5D6A92", viper.GetInt("discovery.device-id")))

if log.Level == logrus.DebugLevel {
Expand Down

0 comments on commit 25b9904

Please sign in to comment.