From 119951578156959658847dfacfd5499b5957acd9 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 30 Aug 2021 09:39:09 +0200 Subject: Fix video update redirection id --- client/src/app/shared/shared-main/video/video-edit.model.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'client/src/app/shared/shared-main/video/video-edit.model.ts') 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 -- cgit v1.2.3