aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/videos/video-channel.model.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/models/videos/video-channel.model.ts')
-rw-r--r--shared/models/videos/video-channel.model.ts1
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'
4export interface VideoChannel extends Actor { 4export 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