From f479685678406a5df864d89615b33d29085ebfc6 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 6 Apr 2021 11:35:56 +0200 Subject: Agnostic actor image storage --- shared/models/videos/channel/video-channel.model.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'shared/models/videos/channel') diff --git a/shared/models/videos/channel/video-channel.model.ts b/shared/models/videos/channel/video-channel.model.ts index 32829e92a..ae6dea42d 100644 --- a/shared/models/videos/channel/video-channel.model.ts +++ b/shared/models/videos/channel/video-channel.model.ts @@ -1,6 +1,5 @@ import { Actor } from '../../actors/actor.model' -import { Account } from '../../actors/index' -import { Avatar } from '../../avatars' +import { Account, ActorImage } from '../../actors' export type ViewsPerDate = { date: Date @@ -24,5 +23,5 @@ export interface VideoChannelSummary { displayName: string url: string host: string - avatar?: Avatar + avatar?: ActorImage } -- cgit v1.2.3