X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=client%2Fsrc%2Fapp%2F%2Bvideos%2F%2Bvideo-edit%2Fvideo-update.component.ts;h=de4f65df3ee56d31f04dae494ecd346825cbc3e4;hb=02c01341f4dae30ec6b81fcb644952393d73c4a8;hp=581199d651d1df0f15d90f78e7c817571d5bc2cc;hpb=766d13b4470de02d3d7bec94188260b89a356399;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+videos/+video-edit/video-update.component.ts b/client/src/app/+videos/+video-edit/video-update.component.ts index 581199d65..de4f65df3 100644 --- a/client/src/app/+videos/+video-edit/video-update.component.ts +++ b/client/src/app/+videos/+video-edit/video-update.component.ts @@ -17,7 +17,7 @@ export class VideoUpdateComponent extends FormReactive implements OnInit { video: VideoEdit isUpdatingVideo = false - userVideoChannels: { id: number, label: string, support: string }[] = [] + userVideoChannels: { id: number, label: string, support: string, avatar?: string }[] = [] schedulePublicationPossible = false videoCaptions: VideoCaptionEdit[] = [] waitTranscodingEnabled = true