From 4cb6d4578893db310297d7e118ce2fb7ecb952a3 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 4 Jan 2018 11:19:16 +0100 Subject: Add ability to delete comments --- shared/models/videos/video-channel.model.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'shared/models/videos') 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' export interface VideoChannel { id: number name: string + url: string description: string isLocal: boolean createdAt: Date | string -- cgit v1.2.3