X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-edit%2Fshared%2Fvideo-edit.component.ts;h=83645294846dc97df1ee678a965cdc569a710d2e;hb=b718fd22374d64534bcfe69932cf562894abed6a;hp=d02f18ee946b38c15e8992e53a3a7876fef6aff2;hpb=adb115f5522bea4d52456a9fc5eb4140bb064476;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/videos/+video-edit/shared/video-edit.component.ts b/client/src/app/videos/+video-edit/shared/video-edit.component.ts index d02f18ee9..836452948 100644 --- a/client/src/app/videos/+video-edit/shared/video-edit.component.ts +++ b/client/src/app/videos/+video-edit/shared/video-edit.component.ts @@ -82,6 +82,7 @@ export class VideoEditComponent implements OnInit, OnDestroy { const defaultValues: any = { nsfw: 'false', commentsEnabled: 'true', + downloadEnabled: 'true', waitTranscoding: 'true', tags: [] } @@ -91,6 +92,7 @@ export class VideoEditComponent implements OnInit, OnDestroy { channelId: this.videoValidatorsService.VIDEO_CHANNEL, nsfw: null, commentsEnabled: null, + downloadEnabled: null, waitTranscoding: null, category: this.videoValidatorsService.VIDEO_CATEGORY, licence: this.videoValidatorsService.VIDEO_LICENCE,