From 28331c1037658386b484f01d6edeb6b54f5b8d85 Mon Sep 17 00:00:00 2001 From: Isaac Grynsztein Date: Mon, 17 Feb 2020 00:37:41 -0500 Subject: [PATCH] Updated debug-only default.json to reflect the new options added --- src/assets/default.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/assets/default.json b/src/assets/default.json index 211296a..a96b56d 100644 --- a/src/assets/default.json +++ b/src/assets/default.json @@ -16,7 +16,12 @@ }, "Extra": { "title_top": "Youtube Downloader", - "file_manager_enabled": true + "file_manager_enabled": true, + "download_only_mode": false + }, + "API": { + "use_youtube_API": false, + "youtube_API_key": "" } } }