move to installation_id

This commit is contained in:
Sean Yesmunt 2018-08-13 12:53:31 -04:00
parent 6dc87a9c76
commit 1ec373aa51

View file

@ -67,7 +67,7 @@ class HelpPage extends React.PureComponent<Props, State> {
});
Lbry.status().then(info => {
this.setState({
lbryId: info.lbry_id,
lbryId: info.installation_id,
});
});