update deprecated get_settings call
This commit is contained in:
parent
3a89b01998
commit
448088a134
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import lbry from 'lbry'
|
||||||
|
|
||||||
export function doFetchDaemonSettings() {
|
export function doFetchDaemonSettings() {
|
||||||
return function(dispatch, getState) {
|
return function(dispatch, getState) {
|
||||||
lbry.get_settings().then((settings) => {
|
lbry.settings_get().then((settings) => {
|
||||||
dispatch({
|
dispatch({
|
||||||
type: types.DAEMON_SETTINGS_RECEIVED,
|
type: types.DAEMON_SETTINGS_RECEIVED,
|
||||||
data: {
|
data: {
|
||||||
|
|
Loading…
Reference in a new issue