diff options
author | Chocobozzz <me@florianbigard.com> | 2018-02-15 14:46:26 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-02-15 15:29:07 +0100 |
commit | 2422c46b27790d94fd29a7092170cee5a1b56008 (patch) | |
tree | d5c1942ce20cadb27a551d87c789edfe92f5b105 /shared/models/videos/video-create.model.ts | |
parent | 34cbef8c6cc912143a421413bdd832c4adcc556a (diff) | |
download | PeerTube-2422c46b27790d94fd29a7092170cee5a1b56008.tar.gz PeerTube-2422c46b27790d94fd29a7092170cee5a1b56008.tar.zst PeerTube-2422c46b27790d94fd29a7092170cee5a1b56008.zip |
Implement support field in video and video channel
Diffstat (limited to 'shared/models/videos/video-create.model.ts')
-rw-r--r-- | shared/models/videos/video-create.model.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/models/videos/video-create.model.ts b/shared/models/videos/video-create.model.ts index 139c2579e..567a4c79a 100644 --- a/shared/models/videos/video-create.model.ts +++ b/shared/models/videos/video-create.model.ts | |||
@@ -5,6 +5,7 @@ export interface VideoCreate { | |||
5 | licence?: number | 5 | licence?: number |
6 | language?: number | 6 | language?: number |
7 | description?: string | 7 | description?: string |
8 | support?: string | ||
8 | channelId: number | 9 | channelId: number |
9 | nsfw: boolean | 10 | nsfw: boolean |
10 | name: string | 11 | name: string |