move to installation_id
This commit is contained in:
parent
6dc87a9c76
commit
1ec373aa51
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue