X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bvideos%2F%2Bvideo-watch%2Fvideo-watch.module.ts;h=8f5ffdb1d75ef5a1874b38a890dfb1d538b5ad90;hb=9ca0f688e9e8558233f1a538b96a43da44e35353;hp=60252534214d598ce99bea5b4f15198a835cb6e8;hpb=06a555797929d4867264b096c8420cdedd50f496;p=github%2FChocobozzz%2FPeerTube.git 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 602525342..8f5ffdb1d 100644 --- a/client/src/app/+videos/+video-watch/video-watch.module.ts +++ b/client/src/app/+videos/+video-watch/video-watch.module.ts @@ -14,13 +14,15 @@ import { SharedActorImageModule } from '../../shared/shared-actor-image/shared-a import { VideoCommentService } from '../../shared/shared-video-comment/video-comment.service' import { PlayerStylesComponent } from './player-styles.component' import { + ActionButtonsComponent, + PrivacyConcernsComponent, RecommendationsModule, + VideoAlertComponent, VideoAvatarChannelComponent, VideoDescriptionComponent, VideoRateComponent, VideoWatchPlaylistComponent, - ActionButtonsComponent, - PrivacyConcernsComponent + VideoAttributesComponent } from './shared' import { VideoCommentAddComponent } from './shared/comment/video-comment-add.component' import { VideoCommentComponent } from './shared/comment/video-comment.component' @@ -55,6 +57,8 @@ import { VideoWatchComponent } from './video-watch.component' VideoDescriptionComponent, PrivacyConcernsComponent, ActionButtonsComponent, + VideoAlertComponent, + VideoAttributesComponent, VideoCommentsComponent, VideoCommentAddComponent,