Updated debug-only default.json to reflect the new options added

This commit is contained in:
Isaac Grynsztein
2020-02-17 00:37:41 -05:00
parent 202c0718b7
commit 28331c1037

View File

@@ -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": ""
}
}
}