Merge pull request #257 from lbryio/fix-url-load-on-start
Make URLs load correctly after clicking a lbry:// link with the app closed
This commit is contained in:
commit
9c791e50a1
1 changed files with 0 additions and 1 deletions
|
@ -225,7 +225,6 @@ export function doDaemonReady() {
|
|||
dispatch({
|
||||
type: types.DAEMON_READY,
|
||||
});
|
||||
dispatch(doChangePath("/discover"));
|
||||
dispatch(doFetchDaemonSettings());
|
||||
dispatch(doFileList());
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue