mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-04 19:59:49 +00:00
Merge pull request #305 from Stremio/fix/video-mark-as-watched
fix(Video): update mark as wathed action
This commit is contained in:
commit
6f627dcbee
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