From 35f0a5e665a565ffc9d4b88c5a12d45c88b0a090 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 2 Jul 2020 15:10:06 +0200 Subject: Fix player menu on mobile --- client/src/standalone/videos/embed.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/standalone/videos/embed.ts') diff --git a/client/src/standalone/videos/embed.ts b/client/src/standalone/videos/embed.ts index 286757e5e..86a91643a 100644 --- a/client/src/standalone/videos/embed.ts +++ b/client/src/standalone/videos/embed.ts @@ -201,7 +201,7 @@ export class PeerTubeEmbed { subtitle: this.subtitle, videoCaptions, - inactivityTimeout: 1500, + inactivityTimeout: 2500, videoViewUrl: this.getVideoUrl(videoId) + '/views', playerElement: this.videoElement, -- cgit v1.2.3