add comment relating to issue #607
This commit is contained in:
parent
f710dffd57
commit
4c9608a964
1 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,8 @@ class AssetDisplay extends React.Component {
|
||||||
}
|
}
|
||||||
render () {
|
render () {
|
||||||
const { status, error, asset: { name, claimData: { claimId, contentType, fileExt, thumbnail, outpoint } } } = this.props;
|
const { status, error, asset: { name, claimData: { claimId, contentType, fileExt, thumbnail, outpoint } } } = this.props;
|
||||||
|
// the outpoint is added to force the browser to re-download the asset after an update
|
||||||
|
// issue: https://github.com/lbryio/spee.ch/issues/607
|
||||||
const sourceUrl = `/${claimId}/${name}.${fileExt}?${outpoint}`;
|
const sourceUrl = `/${claimId}/${name}.${fileExt}?${outpoint}`;
|
||||||
return (
|
return (
|
||||||
<div className={'asset-display'}>
|
<div className={'asset-display'}>
|
||||||
|
|
Loading…
Add table
Reference in a new issue