Use resolve API method on splash screen
This commit is contained in:
parent
c49d229eef
commit
5577b436d3
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ var SplashScreen = React.createClass({
|
|||
isLagging: false
|
||||
});
|
||||
|
||||
lbry.resolveName('one', () => {
|
||||
window.sessionStorage.setItem('loaded', 'y')
|
||||
lbry.resolve({uri: 'lbry://one'}).then(() => {
|
||||
window.sessionStorage.setItem('loaded', 'y')
|
||||
this.props.onLoadDone();
|
||||
});
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue