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:
Jeremy Kauffman 2017-06-19 08:34:03 -04:00 committed by GitHub
commit 9c791e50a1

View file

@ -225,7 +225,6 @@ export function doDaemonReady() {
dispatch({
type: types.DAEMON_READY,
});
dispatch(doChangePath("/discover"));
dispatch(doFetchDaemonSettings());
dispatch(doFileList());
};