aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/assets/player/peertube-player-manager.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-01-12 15:07:21 +0100
committerChocobozzz <me@florianbigard.com>2022-01-12 15:07:21 +0100
commit2dd0a8a8fd2fc85180fa3b45c5a6a56d07320ed3 (patch)
treeabb783daa18aab55fcda34e29a829792e7bcbc02 /client/src/assets/player/peertube-player-manager.ts
parente98ef69d1c8d4e39e45a52b04b3abf5fd1af3b2c (diff)
downloadPeerTube-2dd0a8a8fd2fc85180fa3b45c5a6a56d07320ed3.tar.gz
PeerTube-2dd0a8a8fd2fc85180fa3b45c5a6a56d07320ed3.tar.zst
PeerTube-2dd0a8a8fd2fc85180fa3b45c5a6a56d07320ed3.zip
Add fast forward/rewind on mobile
Diffstat (limited to 'client/src/assets/player/peertube-player-manager.ts')
-rw-r--r--client/src/assets/player/peertube-player-manager.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/assets/player/peertube-player-manager.ts b/client/src/assets/player/peertube-player-manager.ts
index 6b6c1e581..b5317f45b 100644
--- a/client/src/assets/player/peertube-player-manager.ts
+++ b/client/src/assets/player/peertube-player-manager.ts
@@ -22,6 +22,7 @@ import './videojs-components/settings-panel-child'
22import './videojs-components/theater-button' 22import './videojs-components/theater-button'
23import './playlist/playlist-plugin' 23import './playlist/playlist-plugin'
24import './mobile/peertube-mobile-plugin' 24import './mobile/peertube-mobile-plugin'
25import './mobile/peertube-mobile-buttons'
25import videojs from 'video.js' 26import videojs from 'video.js'
26import { HlsJsEngineSettings } from '@peertube/p2p-media-loader-hlsjs' 27import { HlsJsEngineSettings } from '@peertube/p2p-media-loader-hlsjs'
27import { PluginsManager } from '@root-helpers/plugins-manager' 28import { PluginsManager } from '@root-helpers/plugins-manager'