remove session_status param from lbry.status call
This commit is contained in:
parent
41e5277fbd
commit
6dc87a9c76
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class HelpPage extends React.PureComponent<Props, State> {
|
|||
versionInfo: info,
|
||||
});
|
||||
});
|
||||
Lbry.status({ session_status: true }).then(info => {
|
||||
Lbry.status().then(info => {
|
||||
this.setState({
|
||||
lbryId: info.lbry_id,
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue