diff --git a/client/src/app/shared/shared-main/video/video-edit.model.ts b/client/src/app/shared/shared-main/video/video-edit.model.ts index 436598af6..3922ee42a 100644 --- a/client/src/app/shared/shared-main/video/video-edit.model.ts +++ b/client/src/app/shared/shared-main/video/video-edit.model.ts @@ -41,6 +41,7 @@ export class VideoEdit implements VideoUpdate { if (video) { this.id = video.id this.uuid = video.uuid + this.shortUUID = video.shortUUID this.category = video.category.id this.licence = video.licence.id this.language = video.language.id