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', {
|
||||
uri: uri,
|
||||
outpoint: streamInfo.outpoint,
|
||||
claimId: streamInfo.claim_id,
|
||||
claim_id: streamInfo.claim_id,
|
||||
}).catch(() => {})
|
||||
|
||||
rewards.claimEligiblePurchaseRewards()
|
||||
|
|
Loading…
Reference in a new issue