mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 14:52:13 +00:00
Fix For Analytics
This commit is contained in:
parent
a26d000a98
commit
242a277484
1 changed files with 6 additions and 7 deletions
|
|
@ -41,14 +41,13 @@ const StreamsList = ({ className, ...props }) => {
|
|||
}
|
||||
}
|
||||
});
|
||||
} else {
|
||||
core.transport.analytics({
|
||||
event: 'StreamClicked',
|
||||
args: {
|
||||
stream
|
||||
}
|
||||
});
|
||||
}
|
||||
core.transport.analytics({
|
||||
event: 'StreamClicked',
|
||||
args: {
|
||||
stream
|
||||
}
|
||||
});
|
||||
},
|
||||
addonName: streams.addon.manifest.name
|
||||
}))
|
||||
|
|
|
|||
Loading…
Reference in a new issue