]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+videos/+video-watch/video-watch.module.ts
Use published at sort for recommended videos
[github/Chocobozzz/PeerTube.git] / client / src / app / +videos / +video-watch / video-watch.module.ts
index d65cf8d6824d3b92afd300bcc0fce9e096aab1a8..3e9f3822e8b80be4c414109f53dd0cf2ffe26c63 100644 (file)
@@ -16,6 +16,7 @@ import { VideoCommentComponent } from './comment/video-comment.component'
 import { VideoCommentsComponent } from './comment/video-comments.component'
 import { RecommendationsModule } from './recommendations/recommendations.module'
 import { TimestampRouteTransformerDirective } from './timestamp-route-transformer.directive'
+import { VideoAvatarChannelComponent } from './video-avatar-channel.component'
 import { VideoWatchPlaylistComponent } from './video-watch-playlist.component'
 import { VideoWatchRoutingModule } from './video-watch-routing.module'
 import { VideoWatchComponent } from './video-watch.component'
@@ -46,6 +47,8 @@ import { VideoWatchComponent } from './video-watch.component'
     VideoCommentAddComponent,
     VideoCommentComponent,
 
+    VideoAvatarChannelComponent,
+
     TimestampRouteTransformerDirective,
     TimestampRouteTransformerDirective
   ],