fix(Video): update mark as wathed action

This commit is contained in:
Tim 2022-10-25 15:11:37 +02:00
parent c89072e329
commit 3f01e98669

View file

@ -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]
}
});