]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/+video-edit/video-update.component.ts
Add ability to import videos from all supported youtube-dl sites
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-edit / video-update.component.ts
index 0ef3c02591def381d8eae000d690fc089a3e736f..d97e00a3a36313ef08fa969babfe8f96b0ff437a 100644 (file)
@@ -61,7 +61,7 @@ export class VideoUpdateComponent extends FormReactive implements OnInit {
       .switchMap(video => {
         return this.videoService
           .loadCompleteDescription(video.descriptionPath)
-          .map(description => Object.assign(video,  { description }))
+          .map(description => Object.assign(video, { description }))
       })
       .subscribe(
         video => {