diff options
Diffstat (limited to 'shared/models/videos/video-channel.model.ts')
-rw-r--r-- | shared/models/videos/video-channel.model.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/models/videos/video-channel.model.ts b/shared/models/videos/video-channel.model.ts index b164fb555..470295a81 100644 --- a/shared/models/videos/video-channel.model.ts +++ b/shared/models/videos/video-channel.model.ts | |||
@@ -4,6 +4,7 @@ import { Video } from './video.model' | |||
4 | export interface VideoChannel extends Actor { | 4 | export interface VideoChannel extends Actor { |
5 | displayName: string | 5 | displayName: string |
6 | description: string | 6 | description: string |
7 | support: string | ||
7 | isLocal: boolean | 8 | isLocal: boolean |
8 | owner?: { | 9 | owner?: { |
9 | name: string | 10 | name: string |