diff options
author | Chocobozzz <me@florianbigard.com> | 2021-08-18 11:39:45 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-08-18 11:39:45 +0200 |
commit | 2e80d256cc75b4b02c8efc3d3e4cdf57ddf401a8 (patch) | |
tree | 2f935cfe607726b39404e620e0d5d0c43e55c1f9 /client/src/app/shared/shared-main | |
parent | 586a7478b609ed4b7518419e91f0a799c23fbaa1 (diff) | |
download | PeerTube-2e80d256cc75b4b02c8efc3d3e4cdf57ddf401a8.tar.gz PeerTube-2e80d256cc75b4b02c8efc3d3e4cdf57ddf401a8.tar.zst PeerTube-2e80d256cc75b4b02c8efc3d3e4cdf57ddf401a8.zip |
Fix live/upload redirection
Diffstat (limited to 'client/src/app/shared/shared-main')
-rw-r--r-- | client/src/app/shared/shared-main/video/video-edit.model.ts | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/client/src/app/shared/shared-main/video/video-edit.model.ts b/client/src/app/shared/shared-main/video/video-edit.model.ts index ea0456942..436598af6 100644 --- a/client/src/app/shared/shared-main/video/video-edit.model.ts +++ b/client/src/app/shared/shared-main/video/video-edit.model.ts | |||
@@ -20,11 +20,13 @@ export class VideoEdit implements VideoUpdate { | |||
20 | previewfile?: any | 20 | previewfile?: any |
21 | thumbnailUrl: string | 21 | thumbnailUrl: string |
22 | previewUrl: string | 22 | previewUrl: string |
23 | uuid?: string | ||
24 | id?: number | ||
25 | scheduleUpdate?: VideoScheduleUpdate | 23 | scheduleUpdate?: VideoScheduleUpdate |
26 | originallyPublishedAt?: Date | string | 24 | originallyPublishedAt?: Date | string |
27 | 25 | ||
26 | id?: number | ||
27 | uuid?: string | ||
28 | shortUUID?: string | ||
29 | |||
28 | pluginData?: any | 30 | pluginData?: any |
29 | 31 | ||
30 | constructor ( | 32 | constructor ( |