diff options
author | Chocobozzz <me@florianbigard.com> | 2019-03-13 14:18:58 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-03-18 11:17:59 +0100 |
commit | e2f01c47e08d26a30ad47068d195b3d21d0df8a1 (patch) | |
tree | 21f18ed462d313bfb4ba7a1b5221fdb6b2c35bc1 /client/src/app/shared/shared.module.ts | |
parent | 15e9d5ca39e0b792f61453fbf3885a0fc446afa7 (diff) | |
download | PeerTube-e2f01c47e08d26a30ad47068d195b3d21d0df8a1.tar.gz PeerTube-e2f01c47e08d26a30ad47068d195b3d21d0df8a1.tar.zst PeerTube-e2f01c47e08d26a30ad47068d195b3d21d0df8a1.zip |
Playlist support in watch page
Diffstat (limited to 'client/src/app/shared/shared.module.ts')
-rw-r--r-- | client/src/app/shared/shared.module.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/src/app/shared/shared.module.ts b/client/src/app/shared/shared.module.ts index 05da0d829..3647fc786 100644 --- a/client/src/app/shared/shared.module.ts +++ b/client/src/app/shared/shared.module.ts | |||
@@ -77,6 +77,7 @@ import { GlobalIconComponent } from '@app/shared/images/global-icon.component' | |||
77 | import { VideoPlaylistMiniatureComponent } from '@app/shared/video-playlist/video-playlist-miniature.component' | 77 | import { VideoPlaylistMiniatureComponent } from '@app/shared/video-playlist/video-playlist-miniature.component' |
78 | import { VideoAddToPlaylistComponent } from '@app/shared/video-playlist/video-add-to-playlist.component' | 78 | import { VideoAddToPlaylistComponent } from '@app/shared/video-playlist/video-add-to-playlist.component' |
79 | import { TimestampInputComponent } from '@app/shared/forms/timestamp-input.component' | 79 | import { TimestampInputComponent } from '@app/shared/forms/timestamp-input.component' |
80 | import { VideoPlaylistElementMiniatureComponent } from '@app/shared/video-playlist/video-playlist-element-miniature.component' | ||
80 | 81 | ||
81 | @NgModule({ | 82 | @NgModule({ |
82 | imports: [ | 83 | imports: [ |
@@ -105,6 +106,7 @@ import { TimestampInputComponent } from '@app/shared/forms/timestamp-input.compo | |||
105 | VideoMiniatureComponent, | 106 | VideoMiniatureComponent, |
106 | VideoPlaylistMiniatureComponent, | 107 | VideoPlaylistMiniatureComponent, |
107 | VideoAddToPlaylistComponent, | 108 | VideoAddToPlaylistComponent, |
109 | VideoPlaylistElementMiniatureComponent, | ||
108 | 110 | ||
109 | FeedComponent, | 111 | FeedComponent, |
110 | 112 | ||
@@ -163,6 +165,7 @@ import { TimestampInputComponent } from '@app/shared/forms/timestamp-input.compo | |||
163 | VideoMiniatureComponent, | 165 | VideoMiniatureComponent, |
164 | VideoPlaylistMiniatureComponent, | 166 | VideoPlaylistMiniatureComponent, |
165 | VideoAddToPlaylistComponent, | 167 | VideoAddToPlaylistComponent, |
168 | VideoPlaylistElementMiniatureComponent, | ||
166 | 169 | ||
167 | FeedComponent, | 170 | FeedComponent, |
168 | 171 | ||