diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-10-31 11:52:52 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-10-31 11:53:13 +0100 |
commit | fd45e8f43c2638478599ca75632518054461da85 (patch) | |
tree | 01e1fb5ddad53bde8fb2c48f348fb8add51cfdb3 /client/src/app/videos/videos.module.ts | |
parent | b7a485121d71c95fcf5e432e4cc745cf91af4f93 (diff) | |
download | PeerTube-fd45e8f43c2638478599ca75632518054461da85.tar.gz PeerTube-fd45e8f43c2638478599ca75632518054461da85.tar.zst PeerTube-fd45e8f43c2638478599ca75632518054461da85.zip |
Add video privacy setting
Diffstat (limited to 'client/src/app/videos/videos.module.ts')
-rw-r--r-- | client/src/app/videos/videos.module.ts | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/client/src/app/videos/videos.module.ts b/client/src/app/videos/videos.module.ts index 3a0c3feac..ecc351b65 100644 --- a/client/src/app/videos/videos.module.ts +++ b/client/src/app/videos/videos.module.ts | |||
@@ -2,7 +2,13 @@ import { NgModule } from '@angular/core' | |||
2 | 2 | ||
3 | import { VideosRoutingModule } from './videos-routing.module' | 3 | import { VideosRoutingModule } from './videos-routing.module' |
4 | import { VideosComponent } from './videos.component' | 4 | import { VideosComponent } from './videos.component' |
5 | import { LoaderComponent, VideoListComponent, VideoMiniatureComponent, VideoSortComponent } from './video-list' | 5 | import { |
6 | LoaderComponent, | ||
7 | VideoListComponent, | ||
8 | MyVideosComponent, | ||
9 | VideoMiniatureComponent, | ||
10 | VideoSortComponent | ||
11 | } from './video-list' | ||
6 | import { VideoService } from './shared' | 12 | import { VideoService } from './shared' |
7 | import { SharedModule } from '../shared' | 13 | import { SharedModule } from '../shared' |
8 | 14 | ||
@@ -16,6 +22,7 @@ import { SharedModule } from '../shared' | |||
16 | VideosComponent, | 22 | VideosComponent, |
17 | 23 | ||
18 | VideoListComponent, | 24 | VideoListComponent, |
25 | MyVideosComponent, | ||
19 | VideoMiniatureComponent, | 26 | VideoMiniatureComponent, |
20 | VideoSortComponent, | 27 | VideoSortComponent, |
21 | 28 | ||