aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/assets/player/peertube-plugin.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/assets/player/peertube-plugin.ts')
-rw-r--r--client/src/assets/player/peertube-plugin.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/assets/player/peertube-plugin.ts b/client/src/assets/player/peertube-plugin.ts
index b5c42d1c5..4ffc9ce3e 100644
--- a/client/src/assets/player/peertube-plugin.ts
+++ b/client/src/assets/player/peertube-plugin.ts
@@ -1,3 +1,4 @@
1import debug from 'debug'
1import videojs from 'video.js' 2import videojs from 'video.js'
2import { timeToInt } from '@shared/core-utils' 3import { timeToInt } from '@shared/core-utils'
3import { 4import {
@@ -10,9 +11,8 @@ import {
10 saveVolumeInStore 11 saveVolumeInStore
11} from './peertube-player-local-storage' 12} from './peertube-player-local-storage'
12import { PeerTubePluginOptions, UserWatching, VideoJSCaption } from './peertube-videojs-typings' 13import { PeerTubePluginOptions, UserWatching, VideoJSCaption } from './peertube-videojs-typings'
14import { SettingsButton } from './settings/settings-menu-button'
13import { isMobile } from './utils' 15import { isMobile } from './utils'
14import { SettingsButton } from './videojs-components/settings-menu-button'
15import debug from 'debug'
16 16
17const logger = debug('peertube:player:peertube') 17const logger = debug('peertube:player:peertube')
18 18