aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared
diff options
context:
space:
mode:
Diffstat (limited to 'shared')
-rw-r--r--shared/models/videos/video.model.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/models/videos/video.model.ts b/shared/models/videos/video.model.ts
index 82c8763d0..6277dbe59 100644
--- a/shared/models/videos/video.model.ts
+++ b/shared/models/videos/video.model.ts
@@ -10,6 +10,7 @@ export interface Video {
10 uuid: string 10 uuid: string
11 author: string 11 author: string
12 createdAt: Date 12 createdAt: Date
13 updatedAt: Date
13 categoryLabel: string 14 categoryLabel: string
14 category: number 15 category: number
15 licenceLabel: string 16 licenceLabel: string