luci-app-music-remote-center: add init missing parameter (#188)

Signed-off-by: Yu Hua <hue715@gmail.com>
This commit is contained in:
Yu Hua 2023-02-10 00:51:06 +08:00 committed by GitHub
parent dacf3eb9c9
commit c89907da5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ start() {
gen_config_file
local enabled=$(uci_get_by_type owntone enabled 0)
[ "$enabled" == "0" ] && return 1
$SSD -p $PID -S -x $BIN -- -P $PID -c /var/etc/owntone.conf
$SSD -p $PID -S -b -x $BIN -- -P $PID -c /var/etc/owntone.conf
}
stop() {