mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-18 12:52:52 +00:00
StreamClicked event args fixed
This commit is contained in:
parent
1d838bd453
commit
dc7ad5217e
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ const StreamsList = ({ className, ...props }) => {
|
|||
core.transport.analytics({
|
||||
event: 'StreamClicked',
|
||||
args: {
|
||||
stream: stream
|
||||
stream
|
||||
}
|
||||
});
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue