Make URLs load correctly after clicking a lbry:// link with the app closed #257

Merged
alexliebowitz merged 1 commit from fix-url-load-on-start into master 2017-06-19 14:34:03 +02:00

View file

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