]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+videos/+video-watch/video-watch.module.ts
Merge branch 'next' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / +videos / +video-watch / video-watch.module.ts
index 60252534214d598ce99bea5b4f15198a835cb6e8..8f5ffdb1d75ef5a1874b38a890dfb1d538b5ad90 100644 (file)
@@ -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,