mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-01 09:45:10 +00:00
fix claim id parameter
This commit is contained in:
parent
dff389d8cf
commit
66bbf30482
1 changed files with 2 additions and 2 deletions
|
@ -171,11 +171,11 @@ 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()
|
||||||
|
|
||||||
dispatch(doUpdateLoadStatus(uri, streamInfo.outpoint))
|
dispatch(doUpdateLoadStatus(uri, streamInfo.outpoint))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue