From 6b738c7a31591a83fdcd9c78b6b1f98e543c378b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 25 Apr 2018 10:21:38 +0200 Subject: Video channel API routes refractor --- shared/models/videos/video-channel.model.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'shared/models') diff --git a/shared/models/videos/video-channel.model.ts b/shared/models/videos/video-channel.model.ts index 470295a81..02fbcc315 100644 --- a/shared/models/videos/video-channel.model.ts +++ b/shared/models/videos/video-channel.model.ts @@ -6,9 +6,8 @@ export interface VideoChannel extends Actor { description: string support: string isLocal: boolean - owner?: { - name: string + ownerAccount?: { + id: number uuid: string } - videos?: Video[] } -- cgit v1.2.3