From 4c9608a964241ceed9dc0e53f3b5ad4cf9865e90 Mon Sep 17 00:00:00 2001 From: Travis Eden Date: Tue, 25 Sep 2018 10:42:52 -0400 Subject: [PATCH] add comment relating to issue #607 --- client/src/containers/AssetDisplay/view.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/src/containers/AssetDisplay/view.jsx b/client/src/containers/AssetDisplay/view.jsx index 258701a0..98901ee9 100644 --- a/client/src/containers/AssetDisplay/view.jsx +++ b/client/src/containers/AssetDisplay/view.jsx @@ -45,6 +45,8 @@ class AssetDisplay extends React.Component { } render () { 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}`; return (