X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fshared-main%2Fvideo%2Fvideo.model.ts;h=14c507295abe9c45a900f574c8ae82fa6b4dd31f;hb=fbdcd4ec9f549b730f8311512bcc0c0b7bc2db0a;hp=1c2c4a575199b7d358212c9f7312d9165ec7db73;hpb=266947e5efc7ff30b0020beb5a74e4d4fc696fa5;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/shared-main/video/video.model.ts b/client/src/app/shared/shared-main/video/video.model.ts index 1c2c4a575..14c507295 100644 --- a/client/src/app/shared/shared-main/video/video.model.ts +++ b/client/src/app/shared/shared-main/video/video.model.ts @@ -20,7 +20,6 @@ export class Video implements VideoServerModel { byVideoChannel: string byAccount: string - accountAvatarUrl: string videoChannelAvatarUrl: string createdAt: Date @@ -144,7 +143,6 @@ export class Video implements VideoServerModel { this.byAccount = Actor.CREATE_BY_STRING(hash.account.name, hash.account.host) this.byVideoChannel = Actor.CREATE_BY_STRING(hash.channel.name, hash.channel.host) - this.accountAvatarUrl = Account.GET_ACTOR_AVATAR_URL(this.account) this.videoChannelAvatarUrl = VideoChannel.GET_ACTOR_AVATAR_URL(this.channel) this.category.label = peertubeTranslate(this.category.label, translations)