Fix video update redirection id

pull/4367/head
Chocobozzz 2021-08-30 09:39:09 +02:00
parent 1b20624552
commit 1199515781
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 0 deletions

View File

@ -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