diff options
author | Chocobozzz <me@florianbigard.com> | 2020-07-02 15:10:06 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-07-02 15:10:06 +0200 |
commit | 35f0a5e665a565ffc9d4b88c5a12d45c88b0a090 (patch) | |
tree | cbcec5f21cfb21a1424f61cc4a60e9581f5acefa /client/src/standalone/videos | |
parent | 1e904cde34ba41a16256da1073336dd652368592 (diff) | |
download | PeerTube-35f0a5e665a565ffc9d4b88c5a12d45c88b0a090.tar.gz PeerTube-35f0a5e665a565ffc9d4b88c5a12d45c88b0a090.tar.zst PeerTube-35f0a5e665a565ffc9d4b88c5a12d45c88b0a090.zip |
Fix player menu on mobile
Diffstat (limited to 'client/src/standalone/videos')
-rw-r--r-- | client/src/standalone/videos/embed.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
201 | subtitle: this.subtitle, | 201 | subtitle: this.subtitle, |
202 | 202 | ||
203 | videoCaptions, | 203 | videoCaptions, |
204 | inactivityTimeout: 1500, | 204 | inactivityTimeout: 2500, |
205 | videoViewUrl: this.getVideoUrl(videoId) + '/views', | 205 | videoViewUrl: this.getVideoUrl(videoId) + '/views', |
206 | 206 | ||
207 | playerElement: this.videoElement, | 207 | playerElement: this.videoElement, |