From 60650c77c8a2a98e92d869b237ae4900f369a8fc Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 11 Jan 2018 09:35:50 +0100 Subject: Add scores to follows and remove bad ones --- shared/models/videos/video-channel.model.ts | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'shared/models/videos') diff --git a/shared/models/videos/video-channel.model.ts b/shared/models/videos/video-channel.model.ts index d1a952826..b164fb555 100644 --- a/shared/models/videos/video-channel.model.ts +++ b/shared/models/videos/video-channel.model.ts @@ -1,13 +1,10 @@ +import { Actor } from '../actors/actor.model' import { Video } from './video.model' -export interface VideoChannel { - id: number - name: string - url: string +export interface VideoChannel extends Actor { + displayName: string description: string isLocal: boolean - createdAt: Date | string - updatedAt: Date | string owner?: { name: string uuid: string -- cgit v1.2.3