Remove unused variable

master
Stein Ivar Berghei 2023-11-04 11:22:14 +01:00
parent d072f85d05
commit 9ce9a768b9
1 changed files with 0 additions and 1 deletions

1
mpd.go
View File

@ -41,7 +41,6 @@ func init() {
}
mpd_conf := config.GetStringMapString("mpd")
mpd_conf["proxy_port"] = strconv.Itoa(proxy_port)
err = t.Execute(f, mpd_conf)
if err != nil {