aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/videos
diff options
context:
space:
mode:
Diffstat (limited to 'shared/models/videos')
-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 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'
3export interface VideoChannel { 3export 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