fix: bug when clicking on mark as watched button

This commit is contained in:
Timothy Z. 2024-11-22 00:13:16 +02:00
parent efc2667c1d
commit 84903f4566

View file

@ -47,6 +47,7 @@ const Video = ({ className, id, title, thumbnail, episode, released, upcoming, w
}, []);
const toggleWatchedOnClick = React.useCallback((event) => {
event.preventDefault();
event.stopPropagation();
closeMenu();
core.transport.dispatch({
action: 'MetaDetails',