]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-main/video/video-edit.model.ts
Auto update publishedAt in live restream
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-main / video / video-edit.model.ts
index 436598af66dd15d18c41d4c9a1e2eb47c0f8aeb6..3922ee42a9540f9f23ce23bc42bc278e6dd1587e 100644 (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