Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
e36fa6623b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import lbry from 'lbry'
|
|||
|
||||
export function doFetchDaemonSettings() {
|
||||
return function(dispatch, getState) {
|
||||
lbry.get_settings().then((settings) => {
|
||||
lbry.settings_get().then((settings) => {
|
||||
dispatch({
|
||||
type: types.DAEMON_SETTINGS_RECEIVED,
|
||||
data: {
|
||||
|
|
Loading…
Reference in a new issue