diff options
Diffstat (limited to 'client/src/standalone')
-rw-r--r-- | client/src/standalone/videos/embed.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/standalone/videos/embed.ts b/client/src/standalone/videos/embed.ts index 2caab5b10..964ec56f3 100644 --- a/client/src/standalone/videos/embed.ts +++ b/client/src/standalone/videos/embed.ts | |||
@@ -27,6 +27,7 @@ loadVideoInfo(videoId) | |||
27 | const videojsOptions = { | 27 | const videojsOptions = { |
28 | controls: true, | 28 | controls: true, |
29 | autoplay: false, | 29 | autoplay: false, |
30 | inactivityTimeout: 500, | ||
30 | plugins: { | 31 | plugins: { |
31 | peertube: { | 32 | peertube: { |
32 | videoFiles: videoInfo.files, | 33 | videoFiles: videoInfo.files, |