From c80e458afb63915163467fe9b3b147b3b4e4657d Mon Sep 17 00:00:00 2001 From: kontrollanten <6680299+kontrollanten@users.noreply.github.com> Date: Tue, 12 Oct 2021 13:50:40 +0200 Subject: extend client-overrides with default images (#4392) * extend client-overrides with default images Add: * default-playlist.png * default-avatar-account.png * default-avatar-videochannel.png solves #4108 * Rename to default-avatar-video-channel.png Co-authored-by: Chocobozzz --- client/src/app/shared/shared-main/video-channel/video-channel.model.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/shared') diff --git a/client/src/app/shared/shared-main/video-channel/video-channel.model.ts b/client/src/app/shared/shared-main/video-channel/video-channel.model.ts index 66d4cac68..ac2679b42 100644 --- a/client/src/app/shared/shared-main/video-channel/video-channel.model.ts +++ b/client/src/app/shared/shared-main/video-channel/video-channel.model.ts @@ -41,7 +41,7 @@ export class VideoChannel extends Actor implements ServerVideoChannel { } static GET_DEFAULT_AVATAR_URL () { - return `${window.location.origin}/client/assets/images/default-avatar-videochannel.png` + return `${window.location.origin}/client/assets/images/default-avatar-video-channel.png` } constructor (hash: Partial) { -- cgit v1.2.3