diff options
author | Chocobozzz <me@florianbigard.com> | 2018-07-25 15:11:25 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-07-25 15:11:25 +0200 |
commit | ad77475251c3516dd5851a08655be79d7bf76245 (patch) | |
tree | 3b816fa225a8b9f50bbdc6edd8bdc2d2dfbe5ce2 /client/src/assets/player | |
parent | f842e810b450a34275d8d453d5d9431a4e1b882a (diff) | |
download | PeerTube-ad77475251c3516dd5851a08655be79d7bf76245.tar.gz PeerTube-ad77475251c3516dd5851a08655be79d7bf76245.tar.zst PeerTube-ad77475251c3516dd5851a08655be79d7bf76245.zip |
Sort video captions
Diffstat (limited to 'client/src/assets/player')
-rw-r--r-- | client/src/assets/player/peertube-videojs-plugin.ts | 2 |
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') |