update build

This commit is contained in:
Sean Yesmunt 2020-03-12 11:25:33 -04:00
parent a097c14c31
commit 8c10601239

2
dist/bundle.es.js vendored
View file

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