mirror of https://github.com/Chocobozzz/PeerTube
Fix video update redirection id
parent
1b20624552
commit
1199515781
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue