diff --git a/js/lbry.js b/js/lbry.js index 1bbf31414..e39980e82 100644 --- a/js/lbry.js +++ b/js/lbry.js @@ -36,9 +36,9 @@ lbry.jsonrpc_call = function (connectionString, method, params, callback, errorC connectionString: connectionString, method: method, params: params, - code: response.error.faultCode, - message: response.error.fault, - data: response.error.faultString + code: response.error.code, + message: response.error.message, + data: response.error.data } }); document.dispatchEvent(errorEvent)