diff options
Diffstat (limited to 'client/src/assets/player/shared/control-bar/index.ts')
-rw-r--r-- | client/src/assets/player/shared/control-bar/index.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/assets/player/shared/control-bar/index.ts b/client/src/assets/player/shared/control-bar/index.ts index 9307027f6..091e876e2 100644 --- a/client/src/assets/player/shared/control-bar/index.ts +++ b/client/src/assets/player/shared/control-bar/index.ts | |||
@@ -1,6 +1,8 @@ | |||
1 | export * from './chapters-plugin' | ||
1 | export * from './next-previous-video-button' | 2 | export * from './next-previous-video-button' |
2 | export * from './p2p-info-button' | 3 | export * from './p2p-info-button' |
3 | export * from './peertube-link-button' | 4 | export * from './peertube-link-button' |
4 | export * from './peertube-live-display' | 5 | export * from './peertube-live-display' |
5 | export * from './storyboard-plugin' | 6 | export * from './storyboard-plugin' |
6 | export * from './theater-button' | 7 | export * from './theater-button' |
8 | export * from './time-tooltip' | ||