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) {
|
if (video) {
|
||||||
this.id = video.id
|
this.id = video.id
|
||||||
this.uuid = video.uuid
|
this.uuid = video.uuid
|
||||||
|
this.shortUUID = video.shortUUID
|
||||||
this.category = video.category.id
|
this.category = video.category.id
|
||||||
this.licence = video.licence.id
|
this.licence = video.licence.id
|
||||||
this.language = video.language.id
|
this.language = video.language.id
|
||||||
|
|
Loading…
Reference in New Issue