diff --git a/js/lbry.js b/js/lbry.js index ca9fde1e5..e7a7dbd7a 100644 --- a/js/lbry.js +++ b/js/lbry.js @@ -10,6 +10,9 @@ var lbry = { }, defaultClientSettings: { showNsfw: false, + debug: false, + useCustomLighthouseServers: false, + customLighthouseServers: [], } };