mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-18 12:52:52 +00:00
fix(Video): update mark as wathed action
This commit is contained in:
parent
c89072e329
commit
3f01e98669
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ const Video = ({ className, id, title, thumbnail, episode, released, upcoming, w
|
|||
core.transport.dispatch({
|
||||
action: 'MetaDetails',
|
||||
args: {
|
||||
action: 'MarkAsWatched',
|
||||
action: 'MarkVideoAsWatched',
|
||||
args: [id, !watched]
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue