Merge pull request #277 from lbryio/permanent-urls

Add claim ids to urls in downloaded/published files
This commit is contained in:
Jeremy Kauffman 2017-06-23 09:40:49 -04:00 committed by GitHub
commit 17e742a566

View file

@ -70,7 +70,9 @@ class FileList extends React.PureComponent {
const uri = lbryuri.build({
contentName: fileInfo.name,
channelName: fileInfo.channel_name,
claimId: fileInfo.claim_id,
});
content.push(
<FileTile
key={uri}