aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/src/app/videos/shared/video.model.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/videos/shared/video.model.ts b/client/src/app/videos/shared/video.model.ts
index 438791368..1a413db9d 100644
--- a/client/src/app/videos/shared/video.model.ts
+++ b/client/src/app/videos/shared/video.model.ts
@@ -5,6 +5,7 @@ export class Video implements VideoServerModel {
5 author: string 5 author: string
6 by: string 6 by: string
7 createdAt: Date 7 createdAt: Date
8 updatedAt: Date
8 categoryLabel: string 9 categoryLabel: string
9 category: number 10 category: number
10 licenceLabel: string 11 licenceLabel: string