more verbose
This commit is contained in:
parent
8efd5be148
commit
e24f36d184
|
@ -1,5 +1,5 @@
|
|||
name: MPD
|
||||
version: "0.0.19"
|
||||
version: "0.0.20"
|
||||
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 -D --conf /media/mpdscribble.conf
|
||||
mpdscribble -vv -D --conf /media/mpdscribble.conf
|
||||
|
|
Loading…
Reference in a new issue