Merge pull request #1247 from Stremio/fix/spacebar-click-hold-behaviour

Player: Fix spacebar hold recognision
This commit is contained in:
Timothy Z. 2026-05-01 19:42:28 +03:00 committed by GitHub
commit 607826388a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -127,7 +127,7 @@ const Player = ({ urlParams, queryParams }) => {
const longPress = React.useRef(false);
const controlBarRef = React.useRef(null);
const HOLD_DELAY = 200;
const HOLD_DELAY = 400;
const handleNextVideoNavigation = React.useCallback((deepLinks, bingeWatching, ended) => {
if (ended) {