diff options
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 ( |