From c9d3e7dee20134f13af880f341682bce45cdbce0 Mon Sep 17 00:00:00 2001 From: KGT1 Date: Mon, 5 Oct 2020 23:49:27 +0200 Subject: [PATCH] Update config.json --- config.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config.json b/config.json index 066c25f..064510a 100644 --- a/config.json +++ b/config.json @@ -3,6 +3,7 @@ "server-adress":"", "jellyfin-username":"", "jellyfin-password":"", - "discord-prefix":"", - "jellyfin-app-name":"" -} \ No newline at end of file + "discord-prefix":"?", + "jellyfin-app-name":"Jellyfin Discord Music Bot", + "interactive-seek-bar-update-intervall":2000 +}