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