From 9af2accee68082e4e1160a4e4a7036451262be02 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 14 Mar 2022 10:27:05 +0100 Subject: Reorganize videojs components --- client/src/assets/player/peertube-plugin.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/src/assets/player/peertube-plugin.ts') 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 @@ +import debug from 'debug' import videojs from 'video.js' import { timeToInt } from '@shared/core-utils' import { @@ -10,9 +11,8 @@ import { saveVolumeInStore } from './peertube-player-local-storage' import { PeerTubePluginOptions, UserWatching, VideoJSCaption } from './peertube-videojs-typings' +import { SettingsButton } from './settings/settings-menu-button' import { isMobile } from './utils' -import { SettingsButton } from './videojs-components/settings-menu-button' -import debug from 'debug' const logger = debug('peertube:player:peertube') -- cgit v1.2.3