diff --git a/js/lbry.js b/js/lbry.js index e39980e82..1bbf31414 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.code, - message: response.error.message, - data: response.error.data + code: response.error.faultCode, + message: response.error.fault, + data: response.error.faultString } }); document.dispatchEvent(errorEvent)