aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/assets/player/peertube-videojs-plugin.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/assets/player/peertube-videojs-plugin.ts')
-rw-r--r--client/src/assets/player/peertube-videojs-plugin.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/assets/player/peertube-videojs-plugin.ts b/client/src/assets/player/peertube-videojs-plugin.ts
index b02f4373a..4b0677fab 100644
--- a/client/src/assets/player/peertube-videojs-plugin.ts
+++ b/client/src/assets/player/peertube-videojs-plugin.ts
@@ -590,7 +590,7 @@ class PeerTubePlugin extends Plugin {
590 this.player.options_.inactivityTimeout = 0 590 this.player.options_.inactivityTimeout = 0
591 } 591 }
592 const enableInactivity = () => { 592 const enableInactivity = () => {
593 // this.player.options_.inactivityTimeout = saveInactivityTimeout 593 this.player.options_.inactivityTimeout = saveInactivityTimeout
594 } 594 }
595 595
596 const settingsDialog = this.player.children_.find(c => c.name_ === 'SettingsDialog') 596 const settingsDialog = this.player.children_.find(c => c.name_ === 'SettingsDialog')