disable lbryio

This commit is contained in:
Jeremy Kauffman 2017-04-17 09:46:41 -04:00
parent 581be8c429
commit a937534a8b

View file

@ -8,7 +8,7 @@ const lbryio = {
_authenticationPromise: null,
_user : null,
enabled: false
};
};
const CONNECTION_STRING = 'http://localhost:8080/';