no log
This commit is contained in:
parent
6bc9746378
commit
8efd5be148
|
@ -1,5 +1,5 @@
|
|||
name: MPD
|
||||
version: "0.0.18"
|
||||
version: "0.0.19"
|
||||
slug: mpd
|
||||
description: MPD Addon
|
||||
url: "https://forgejo.owo.monster/chaos/hass-mpd/src/branch/main/mpd"
|
||||
|
|
|
@ -4,4 +4,4 @@ set -e
|
|||
export LD_PRELOAD="/usr/local/lib/libjemalloc.so.2"
|
||||
|
||||
bashio::log.info 'Starting MPD Scrobbler'
|
||||
mpdscribble -v --log syslog --host 127.0.0.1 --port 6600 -D --conf /media/mpdscribble.conf
|
||||
mpdscribble -v -D --conf /media/mpdscribble.conf
|
||||
|
|
Loading…
Reference in a new issue