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=97eba003a9d0adcb0cab9190f566327b1417c7d3;hp=c1f40d78545e4e660d791750fc648fefa66c2f82;hpb=6ebdd12f8806edd7076e89c8ea3bcfaf5658b2b6;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 c1f40d785..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,12 +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, - PrivacyConcernsComponent + VideoAttributesComponent } from './shared' import { VideoCommentAddComponent } from './shared/comment/video-comment-add.component' import { VideoCommentComponent } from './shared/comment/video-comment.component' @@ -53,6 +56,9 @@ import { VideoWatchComponent } from './video-watch.component' VideoRateComponent, VideoDescriptionComponent, PrivacyConcernsComponent, + ActionButtonsComponent, + VideoAlertComponent, + VideoAttributesComponent, VideoCommentsComponent, VideoCommentAddComponent,