remove lbry web file analytics (#2454)
Can re-enable once the video player is integrated properly or if internal-apis handles these differently.
This commit is contained in:
parent
b6529ff58c
commit
cfc584beaa
1 changed files with 0 additions and 4 deletions
|
@ -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`;
|
||||
|
|
Loading…
Add table
Reference in a new issue