diff options
author | Chocobozzz <me@florianbigard.com> | 2021-08-30 09:39:09 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-08-30 09:39:09 +0200 |
commit | 119951578156959658847dfacfd5499b5957acd9 (patch) | |
tree | bdcb03579ee0f0cc47a43dc89e73b3bccf4fd01e /client/src/app/shared | |
parent | 1b20624552501e8c2968853c6d139af568e1eb95 (diff) | |
download | PeerTube-119951578156959658847dfacfd5499b5957acd9.tar.gz PeerTube-119951578156959658847dfacfd5499b5957acd9.tar.zst PeerTube-119951578156959658847dfacfd5499b5957acd9.zip |
Fix video update redirection id
Diffstat (limited to 'client/src/app/shared')
-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 |