diff options
author | Chocobozzz <me@florianbigard.com> | 2022-01-12 15:07:21 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-01-12 15:07:21 +0100 |
commit | 2dd0a8a8fd2fc85180fa3b45c5a6a56d07320ed3 (patch) | |
tree | abb783daa18aab55fcda34e29a829792e7bcbc02 /client/src/assets/player/peertube-player-manager.ts | |
parent | e98ef69d1c8d4e39e45a52b04b3abf5fd1af3b2c (diff) | |
download | PeerTube-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.ts | 1 |
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' | |||
22 | import './videojs-components/theater-button' | 22 | import './videojs-components/theater-button' |
23 | import './playlist/playlist-plugin' | 23 | import './playlist/playlist-plugin' |
24 | import './mobile/peertube-mobile-plugin' | 24 | import './mobile/peertube-mobile-plugin' |
25 | import './mobile/peertube-mobile-buttons' | ||
25 | import videojs from 'video.js' | 26 | import videojs from 'video.js' |
26 | import { HlsJsEngineSettings } from '@peertube/p2p-media-loader-hlsjs' | 27 | import { HlsJsEngineSettings } from '@peertube/p2p-media-loader-hlsjs' |
27 | import { PluginsManager } from '@root-helpers/plugins-manager' | 28 | import { PluginsManager } from '@root-helpers/plugins-manager' |