fix typing

This commit is contained in:
XenGi 2024-08-12 16:17:54 +02:00
parent 88b6f30a59
commit 5bef1a36a9
Signed by: xengi
SSH key fingerprint: SHA256:jxWM2RTHvxxcncXycwwWkP7HCWb4VREN05UGJTbIPZg

View file

@ -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}