diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-10-31 11:52:52 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-10-31 11:53:13 +0100 |
commit | fd45e8f43c2638478599ca75632518054461da85 (patch) | |
tree | 01e1fb5ddad53bde8fb2c48f348fb8add51cfdb3 /shared/models/pods/remote-video/remote-video-create-request.model.ts | |
parent | b7a485121d71c95fcf5e432e4cc745cf91af4f93 (diff) | |
download | PeerTube-fd45e8f43c2638478599ca75632518054461da85.tar.gz PeerTube-fd45e8f43c2638478599ca75632518054461da85.tar.zst PeerTube-fd45e8f43c2638478599ca75632518054461da85.zip |
Add video privacy setting
Diffstat (limited to 'shared/models/pods/remote-video/remote-video-create-request.model.ts')
-rw-r--r-- | shared/models/pods/remote-video/remote-video-create-request.model.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/models/pods/remote-video/remote-video-create-request.model.ts b/shared/models/pods/remote-video/remote-video-create-request.model.ts index cb20dfa03..9a382e654 100644 --- a/shared/models/pods/remote-video/remote-video-create-request.model.ts +++ b/shared/models/pods/remote-video/remote-video-create-request.model.ts | |||
@@ -16,6 +16,7 @@ export interface RemoteVideoCreateData { | |||
16 | views: number | 16 | views: number |
17 | likes: number | 17 | likes: number |
18 | dislikes: number | 18 | dislikes: number |
19 | privacy: number | ||
19 | thumbnailData: string | 20 | thumbnailData: string |
20 | files: { | 21 | files: { |
21 | infoHash: string | 22 | infoHash: string |