diff options
author | Chocobozzz <me@florianbigard.com> | 2018-04-25 14:32:19 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-04-25 14:32:19 +0200 |
commit | 03e12d7c4954e1071fdeb7ef362ea5c3965d4075 (patch) | |
tree | e77e8e6dbf1ee2fcc1644600af5cc404d685083c /shared | |
parent | 6b738c7a31591a83fdcd9c78b6b1f98e543c378b (diff) | |
download | PeerTube-03e12d7c4954e1071fdeb7ef362ea5c3965d4075.tar.gz PeerTube-03e12d7c4954e1071fdeb7ef362ea5c3965d4075.tar.zst PeerTube-03e12d7c4954e1071fdeb7ef362ea5c3965d4075.zip |
Add account link in videos list
Diffstat (limited to 'shared')
-rw-r--r-- | shared/models/videos/video.model.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/models/videos/video.model.ts b/shared/models/videos/video.model.ts index 259826689..ba1881da3 100644 --- a/shared/models/videos/video.model.ts +++ b/shared/models/videos/video.model.ts | |||
@@ -40,6 +40,8 @@ export interface Video { | |||
40 | nsfw: boolean | 40 | nsfw: boolean |
41 | 41 | ||
42 | account: { | 42 | account: { |
43 | id: number | ||
44 | uuid: string | ||
43 | name: string | 45 | name: string |
44 | displayName: string | 46 | displayName: string |
45 | url: string | 47 | url: string |