From a1ec53edb99e26cf12c9f1816339f175db8170ba Mon Sep 17 00:00:00 2001 From: Isaac Grynsztein Date: Thu, 13 Feb 2020 05:08:14 -0500 Subject: [PATCH] preparing config for youtube search feature --- backend/config/default.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/backend/config/default.json b/backend/config/default.json index 0538cb9..53f204c 100644 --- a/backend/config/default.json +++ b/backend/config/default.json @@ -17,7 +17,11 @@ "Extra": { "title_top": "Youtube Downloader", "download_only_mode": false, - "file_manager_enabled": true + "file_manager_enabled": true + }, + "API": { + "use_youtube_API": false, + "youtube_API_key": "" } } }