From 06e1e19f72686288ff9dc85548804c41ead59513 Mon Sep 17 00:00:00 2001 From: Annika Backstrom Date: Tue, 17 Dec 2019 22:30:43 -0500 Subject: [PATCH] Add "db" key to config.json.sample --- config.json.sample | 1 + 1 file changed, 1 insertion(+) diff --git a/config.json.sample b/config.json.sample index 24d7961..7a1fd0d 100644 --- a/config.json.sample +++ b/config.json.sample @@ -5,6 +5,7 @@ "media_path": "/path/to/media", "script_path": "/path/to/scripts", + "db": "/path/to/jukebox.sqlite3", "play_throttle": 5000, "pause_throttle": 2000,