From 8c106012394db1d6f6a78e992a06a037f081858e Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Thu, 12 Mar 2020 11:25:33 -0400 Subject: [PATCH] update build --- dist/bundle.es.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/bundle.es.js b/dist/bundle.es.js index 39b13cd..1545e0d 100644 --- a/dist/bundle.es.js +++ b/dist/bundle.es.js @@ -1052,7 +1052,7 @@ function apiCall(method, params, resolve, reject) { }) }; - return fetch(Lbry.daemonConnectionString, options).then(checkAndParse).then(response => { + return fetch(Lbry.daemonConnectionString + '?m=' + method, options).then(checkAndParse).then(response => { const error = response.error || response.result && response.result.error; if (error) {