fix claim id parameter
This commit is contained in:
parent
dff389d8cf
commit
66bbf30482
1 changed files with 2 additions and 2 deletions
|
@ -171,7 +171,7 @@ export function doDownloadFile(uri, streamInfo) {
|
||||||
lbryio.call('file', 'view', {
|
lbryio.call('file', 'view', {
|
||||||
uri: uri,
|
uri: uri,
|
||||||
outpoint: streamInfo.outpoint,
|
outpoint: streamInfo.outpoint,
|
||||||
claimId: streamInfo.claim_id,
|
claim_id: streamInfo.claim_id,
|
||||||
}).catch(() => {})
|
}).catch(() => {})
|
||||||
|
|
||||||
rewards.claimEligiblePurchaseRewards()
|
rewards.claimEligiblePurchaseRewards()
|
||||||
|
|
Loading…
Add table
Reference in a new issue