From 6d33593a0829a7f041127d50d4c455456550a47f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 12 Sep 2017 12:53:55 +0200 Subject: Improve real world script --- client/src/app/videos/shared/video.model.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'client/src/app/videos/shared/video.model.ts') 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 { author: string by: string createdAt: Date + updatedAt: Date categoryLabel: string category: number licenceLabel: string -- cgit v1.2.3