update deprecated get_settings call

This commit is contained in:
Jack Robison 2017-06-02 12:57:23 -04:00
parent 3a89b01998
commit 448088a134

View file

@ -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: {