fix typing
This commit is contained in:
parent
88b6f30a59
commit
5bef1a36a9
|
@ -44,8 +44,8 @@
|
||||||
host=${cfg.ui.host}
|
host=${cfg.ui.host}
|
||||||
port=${toString cfg.ui.port}
|
port=${toString cfg.ui.port}
|
||||||
tls=${if cfg.ui.tls then "true" else "false"}
|
tls=${if cfg.ui.tls then "true" else "false"}
|
||||||
certificate=${cfg.ui.certificate}
|
certificate=${toString cfg.ui.certificate}
|
||||||
key=${cfg.ui.key}
|
key=${toString cfg.ui.key}
|
||||||
|
|
||||||
[mpd]
|
[mpd]
|
||||||
host=${cfg.backend.host}
|
host=${cfg.backend.host}
|
||||||
|
|
Loading…
Reference in a new issue