X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bvideos%2F%2Bvideo-edit%2Fvideo-update.resolver.ts;h=524ceae109ff30e52ca614056054c81d7a0a5483;hb=a2fb5fb8b1007e3ce82e707917f5d9a37374e99b;hp=db5017340cc548800ad0abe15a206d3a6282c0c6;hpb=4e56f0fff12ab9840574e7a27277fc78b195b3e2;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+videos/+video-edit/video-update.resolver.ts b/client/src/app/+videos/+video-edit/video-update.resolver.ts index db5017340..524ceae10 100644 --- a/client/src/app/+videos/+video-edit/video-update.resolver.ts +++ b/client/src/app/+videos/+video-edit/video-update.resolver.ts @@ -39,7 +39,7 @@ export class VideoUpdateResolver implements Resolve { listUserChannelsForSelect(this.authService), this.videoCaptionService - .listCaptions(video.id) + .listCaptions(video.uuid) .pipe( map(result => result.data) ),