Skip to content

Commit

Permalink
Updated debug-only default.json to reflect the new options added
Browse files Browse the repository at this point in the history
  • Loading branch information
Tzahi12345 committed Feb 17, 2020
1 parent 202c071 commit 28331c1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/assets/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": ""
}
}
}

0 comments on commit 28331c1

Please sign in to comment.