diff --git a/src/ui/component/viewers/videoViewer.jsx b/src/ui/component/viewers/videoViewer.jsx index 0c756a416..1b5640c64 100644 --- a/src/ui/component/viewers/videoViewer.jsx +++ b/src/ui/component/viewers/videoViewer.jsx @@ -24,10 +24,6 @@ class AudioVideoViewer extends React.PureComponent { 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`;