remove lbry web file analytics #2454

Merged
tzarebczan merged 1 commit from remove-file-view-web into master 2019-04-30 17:07:37 +02:00

View file

@ -24,10 +24,6 @@ class AudioVideoViewer extends React.PureComponent<Props> {
const { contentType, poster, claim } = this.props;
const { name, claim_id: claimId, txid, nout } = claim;
// Quick fix to get file view events on lbry.tv
// Will need to be changed to include time to start
analytics.apiLogView(`${name}#${claimId}`, `${txid}:${nout}`, claimId);
const path = `https://api.piratebay.com/content/claims/${claim.name}/${
claim.claim_id
}/stream.mp4`;