diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-09-12 12:53:55 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-09-12 13:12:35 +0200 |
commit | 6d33593a0829a7f041127d50d4c455456550a47f (patch) | |
tree | da316570134a33f4f8cef1fda282c8ef2d0e30a6 /client | |
parent | 7ca86c864e102b65e4ff3224a06554a66148fef8 (diff) | |
download | PeerTube-6d33593a0829a7f041127d50d4c455456550a47f.tar.gz PeerTube-6d33593a0829a7f041127d50d4c455456550a47f.tar.zst PeerTube-6d33593a0829a7f041127d50d4c455456550a47f.zip |
Improve real world script
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/videos/shared/video.model.ts | 1 |
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 |