Reduce innactivity timeout on embed

pull/420/head
Chocobozzz 2018-03-26 13:55:03 +02:00
parent 869968d792
commit 60a26a559c
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ loadVideoInfo(videoId)
const videojsOptions = {
controls: true,
autoplay: false,
inactivityTimeout: 500,
plugins: {
peertube: {
videoFiles: videoInfo.files,