Merge branch 'master' into i18n
This commit is contained in:
commit
fb36cf12f1
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