X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-edit%2Fvideo-update.component.ts;h=30390ac058ef23836a9a2f420e6c0bdaa407d383;hb=d6e32a2e91c090ed342eaf0709caac2630a67ff3;hp=c4ae228962a2fd7d7d504babfaedcaed8f30054b;hpb=a265f7f30fe5f25e742c99c6d43e79dfd46bf2a9;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 c4ae22896..30390ac05 100644 --- a/client/src/app/videos/+video-edit/video-update.component.ts +++ b/client/src/app/videos/+video-edit/video-update.component.ts @@ -131,4 +131,3 @@ export class VideoUpdateComponent extends FormReactive implements OnInit { this.form.patchValue(this.video.toJSON()) } } -