aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared
diff options
context:
space:
mode:
authorkontrollanten <6680299+kontrollanten@users.noreply.github.com>2021-10-12 13:50:40 +0200
committerGitHub <noreply@github.com>2021-10-12 13:50:40 +0200
commitc80e458afb63915163467fe9b3b147b3b4e4657d (patch)
treedfccb957220c79360e5ec7d70848e312029a508c /client/src/app/shared
parentc3bb04413ec05dfe544ec74ffdf2f264975bd121 (diff)
downloadPeerTube-c80e458afb63915163467fe9b3b147b3b4e4657d.tar.gz
PeerTube-c80e458afb63915163467fe9b3b147b3b4e4657d.tar.zst
PeerTube-c80e458afb63915163467fe9b3b147b3b4e4657d.zip
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 <me@florianbigard.com>
Diffstat (limited to 'client/src/app/shared')
-rw-r--r--client/src/app/shared/shared-main/video-channel/video-channel.model.ts2
1 files changed, 1 insertions, 1 deletions
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 {
41 } 41 }
42 42
43 static GET_DEFAULT_AVATAR_URL () { 43 static GET_DEFAULT_AVATAR_URL () {
44 return `${window.location.origin}/client/assets/images/default-avatar-videochannel.png` 44 return `${window.location.origin}/client/assets/images/default-avatar-video-channel.png`
45 } 45 }
46 46
47 constructor (hash: Partial<ServerVideoChannel>) { 47 constructor (hash: Partial<ServerVideoChannel>) {