Merge remote-tracking branch 'origin/pr/1785' into develop
[oweals/peertube.git] / client / src / app / shared / video-playlist / video-playlist-miniature.component.ts
index cb58034007146fb49acc17e97549d197c6c84d98..523e96f2a8fe8cbc8e8daa70b77cd92db7037968 100644 (file)
@@ -9,6 +9,9 @@ import { VideoPlaylist } from '@app/shared/video-playlist/video-playlist.model'
 export class VideoPlaylistMiniatureComponent {
   @Input() playlist: VideoPlaylist
   @Input() toManage = false
+  @Input() displayChannel = false
+  @Input() displayDescription = false
+  @Input() displayPrivacy = false
 
   getPlaylistUrl () {
     if (this.toManage) return [ '/my-account/video-playlists', this.playlist.uuid ]