disable lbryio

This commit is contained in:
Jeremy Kauffman 2017-04-17 09:06:13 -04:00
parent e9c8abd307
commit 581be8c429

View file

@ -7,7 +7,7 @@ const lbryio = {
_accessToken: getLocal('accessToken'),
_authenticationPromise: null,
_user : null,
enabled: true
enabled: false
};
const CONNECTION_STRING = 'http://localhost:8080/';