Seed Support #56

Closed
ocnios wants to merge 173 commits from master into build
Showing only changes of commit 581be8c429 - Show all commits

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/';