diff options
Diffstat (limited to 'client/src/app/shared/shared-main')
-rw-r--r-- | client/src/app/shared/shared-main/video/video.model.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-main/video/video.model.ts b/client/src/app/shared/shared-main/video/video.model.ts index 7471a933b..10caec014 100644 --- a/client/src/app/shared/shared-main/video/video.model.ts +++ b/client/src/app/shared/shared-main/video/video.model.ts | |||
@@ -52,7 +52,7 @@ export class Video implements VideoServerModel { | |||
52 | embedPath: string | 52 | embedPath: string |
53 | embedUrl: string | 53 | embedUrl: string |
54 | 54 | ||
55 | url?: string | 55 | url: string |
56 | 56 | ||
57 | views: number | 57 | views: number |
58 | likes: number | 58 | likes: number |