diff --git a/src/components/shortcuts.js b/src/components/shortcuts.js index a8573b3ab7..73aaf13abf 100644 --- a/src/components/shortcuts.js +++ b/src/components/shortcuts.js @@ -390,7 +390,7 @@ export function onClick(e) { } } - if (action) { + if (action && action !== 'none') { executeAction(card, actionElement, action); e.preventDefault(); diff --git a/src/elements/emby-playstatebutton/PlayedButton.tsx b/src/elements/emby-playstatebutton/PlayedButton.tsx index 5c08a7201d..1c146d396f 100644 --- a/src/elements/emby-playstatebutton/PlayedButton.tsx +++ b/src/elements/emby-playstatebutton/PlayedButton.tsx @@ -69,6 +69,7 @@ const PlayedButton: FC = ({ ); return ( = ({ return (