mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix video update redirection id
This commit is contained in:
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
Block a user