From db5814c0472d2b9e8f0ca6bdd1175ff1cd99ed7c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 14 Apr 2021 10:38:09 +0200 Subject: Move player style in watch component --- client/src/app/+videos/+video-watch/video-watch.module.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'client/src/app/+videos/+video-watch/video-watch.module.ts') diff --git a/client/src/app/+videos/+video-watch/video-watch.module.ts b/client/src/app/+videos/+video-watch/video-watch.module.ts index 3e9f3822e..29ad92f00 100644 --- a/client/src/app/+videos/+video-watch/video-watch.module.ts +++ b/client/src/app/+videos/+video-watch/video-watch.module.ts @@ -14,6 +14,7 @@ import { VideoCommentService } from '../../shared/shared-video-comment/video-com import { VideoCommentAddComponent } from './comment/video-comment-add.component' import { VideoCommentComponent } from './comment/video-comment.component' import { VideoCommentsComponent } from './comment/video-comments.component' +import { PlayerStylesComponent } from './player-styles.component' import { RecommendationsModule } from './recommendations/recommendations.module' import { TimestampRouteTransformerDirective } from './timestamp-route-transformer.directive' import { VideoAvatarChannelComponent } from './video-avatar-channel.component' @@ -50,7 +51,8 @@ import { VideoWatchComponent } from './video-watch.component' VideoAvatarChannelComponent, TimestampRouteTransformerDirective, - TimestampRouteTransformerDirective + + PlayerStylesComponent ], exports: [ -- cgit v1.2.3