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=a24bd1ed41b43790bab6ba789580bb4e85f07d85;hp=4669a700c5f17bfdf2d1cc1a9a7521295461d315;hpb=2453589a286e1f65843af582512387b2fa17b502;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 4669a700c..8f5ffdb1d 100644 --- a/client/src/app/+videos/+video-watch/video-watch.module.ts +++ b/client/src/app/+videos/+video-watch/video-watch.module.ts @@ -21,7 +21,8 @@ import { VideoAvatarChannelComponent, VideoDescriptionComponent, VideoRateComponent, - VideoWatchPlaylistComponent + VideoWatchPlaylistComponent, + VideoAttributesComponent } from './shared' import { VideoCommentAddComponent } from './shared/comment/video-comment-add.component' import { VideoCommentComponent } from './shared/comment/video-comment.component' @@ -57,6 +58,7 @@ import { VideoWatchComponent } from './video-watch.component' PrivacyConcernsComponent, ActionButtonsComponent, VideoAlertComponent, + VideoAttributesComponent, VideoCommentsComponent, VideoCommentAddComponent,