update build
This commit is contained in:
parent
a097c14c31
commit
8c10601239
1 changed files with 1 additions and 1 deletions
2
dist/bundle.es.js
vendored
2
dist/bundle.es.js
vendored
|
@ -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;
|
const error = response.error || response.result && response.result.error;
|
||||||
|
|
||||||
if (error) {
|
if (error) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue