]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+videos/+video-edit/shared/video-edit-utils.ts
Translate plugin settings
[github/Chocobozzz/PeerTube.git] / client / src / app / +videos / +video-edit / shared / video-edit-utils.ts
index 3a7dbed36ef4d9d1d85b54b638293466dc962a5d..db1ef8d73c5374698c2c2df7d30105d596a04c47 100644 (file)
@@ -24,7 +24,7 @@ function hydrateFormFromVideo (formGroup: FormGroup, video: VideoEdit, thumbnail
       .then(response => response.blob())
       .then(data => {
         formGroup.patchValue({
-          [ obj.name ]: data
+          [obj.name]: data
         })
       })
   }