diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/shared/shared-main/video/video-edit.model.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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 { | |||
41 | if (video) { | 41 | if (video) { |
42 | this.id = video.id | 42 | this.id = video.id |
43 | this.uuid = video.uuid | 43 | this.uuid = video.uuid |
44 | this.shortUUID = video.shortUUID | ||
44 | this.category = video.category.id | 45 | this.category = video.category.id |
45 | this.licence = video.licence.id | 46 | this.licence = video.licence.id |
46 | this.language = video.language.id | 47 | this.language = video.language.id |