Add claim ids to urls in downloaded/published files #277

Merged
6ea86b96 merged 1 commit from permanent-urls into master 2017-06-23 15:40:50 +02:00
Showing only changes of commit e67a826314 - Show all commits

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}