diff options
author | Chocobozzz <me@florianbigard.com> | 2020-11-25 11:44:31 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-11-25 11:44:31 +0100 |
commit | 69524f6ed170c74fab8d5833920c389fde992f3e (patch) | |
tree | 70f21690f6de8e8bb11efb43249d2267d0844165 /client/src/app/+videos | |
parent | c418d483004dfbae9ea38d54aa1577db46d34a8a (diff) | |
download | PeerTube-69524f6ed170c74fab8d5833920c389fde992f3e.tar.gz PeerTube-69524f6ed170c74fab8d5833920c389fde992f3e.tar.zst PeerTube-69524f6ed170c74fab8d5833920c389fde992f3e.zip |
Fix circular dep issue
Diffstat (limited to 'client/src/app/+videos')
-rw-r--r-- | client/src/app/+videos/+video-watch/video-watch.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+videos/+video-watch/video-watch.component.html b/client/src/app/+videos/+video-watch/video-watch.component.html index 9e469f0b0..a90908dbe 100644 --- a/client/src/app/+videos/+video-watch/video-watch.component.html +++ b/client/src/app/+videos/+video-watch/video-watch.component.html | |||
@@ -183,7 +183,7 @@ | |||
183 | 183 | ||
184 | <div class="pt-3 border-top video-info-channel d-flex"> | 184 | <div class="pt-3 border-top video-info-channel d-flex"> |
185 | <div class="video-info-channel-left d-flex"> | 185 | <div class="video-info-channel-left d-flex"> |
186 | <avatar-channel [video]="video" [genericChannel]="isChannelDisplayNameGeneric()"></avatar-channel> | 186 | <my-video-avatar-channel [video]="video" [genericChannel]="isChannelDisplayNameGeneric()"></my-video-avatar-channel> |
187 | 187 | ||
188 | <div class="video-info-channel-left-links ml-1"> | 188 | <div class="video-info-channel-left-links ml-1"> |
189 | <ng-container *ngIf="!isChannelDisplayNameGeneric()"> | 189 | <ng-container *ngIf="!isChannelDisplayNameGeneric()"> |