mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-31 09:21:27 +00:00
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,
|
versionInfo: info,
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
Lbry.status({ session_status: true }).then(info => {
|
Lbry.status().then(info => {
|
||||||
this.setState({
|
this.setState({
|
||||||
lbryId: info.lbry_id,
|
lbryId: info.lbry_id,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue