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 ee56c54b6..d1a952826 100644 --- a/shared/models/videos/video-channel.model.ts +++ b/shared/models/videos/video-channel.model.ts | |||
@@ -3,6 +3,7 @@ import { Video } from './video.model' | |||
3 | export interface VideoChannel { | 3 | export interface VideoChannel { |
4 | id: number | 4 | id: number |
5 | name: string | 5 | name: string |
6 | url: string | ||
6 | description: string | 7 | description: string |
7 | isLocal: boolean | 8 | isLocal: boolean |
8 | createdAt: Date | string | 9 | createdAt: Date | string |