ailistener-old

The central Server which transports webhook events from the Dialogflow bot to the local nodes
git clone git://archive.git.mtrnord.blog/OpenHomeAuto/ailistener-old.git
Log | Files | Refs | README | LICENSE

commit e7dcdc74ffd07467dd6202fcf54a4cee5ea65e7c
parent 7b7b390b0cf7822558749ffc3361e2856587b59d
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat,  2 Jun 2018 14:05:11 +0200

Try to fix the ü character

Diffstat:
MwsListener/server.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wsListener/server.go b/wsListener/server.go @@ -84,7 +84,7 @@ func playMusicDispatch(dfr *df.Request, w http.ResponseWriter) *df.Fulfillment { df.ForGoogle( &df.BasicCard{ Title: fmt.Sprintf("Musik von %s", p.Artist), - Subtitle: "Künstler", + Subtitle: "K\u00fcnstler", FormattedText: "Musik wird gestartet...", }, ),