diff options
Diffstat (limited to 'shared/models/videos/video.model.ts')
-rw-r--r-- | shared/models/videos/video.model.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/models/videos/video.model.ts b/shared/models/videos/video.model.ts index 2f4ee2462..0606f1aec 100644 --- a/shared/models/videos/video.model.ts +++ b/shared/models/videos/video.model.ts | |||
@@ -13,7 +13,7 @@ export interface VideoFile { | |||
13 | export interface Video { | 13 | export interface Video { |
14 | id: number | 14 | id: number |
15 | uuid: string | 15 | uuid: string |
16 | author: string | 16 | account: string |
17 | createdAt: Date | string | 17 | createdAt: Date | string |
18 | updatedAt: Date | string | 18 | updatedAt: Date | string |
19 | categoryLabel: string | 19 | categoryLabel: string |