diff options
Diffstat (limited to 'client')
-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 cafd92dbd..62b9cf62b 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.html +++ b/client/src/app/videos/+video-watch/video-watch.component.html | |||
@@ -120,7 +120,7 @@ | |||
120 | 120 | ||
121 | 121 | ||
122 | <div class="pt-3 border-top video-info-channel"> | 122 | <div class="pt-3 border-top video-info-channel"> |
123 | <a [routerLink]="[ '/video-channels', video.channel.name ]" i18n-title title="Go the channel page"> | 123 | <a [routerLink]="[ '/video-channels', video.byVideoChannel ]" i18n-title title="Go the channel page"> |
124 | {{ video.channel.displayName }} | 124 | {{ video.channel.displayName }} |
125 | 125 | ||
126 | <img [src]="video.videoChannelAvatarUrl" alt="Video channel avatar" /> | 126 | <img [src]="video.videoChannelAvatarUrl" alt="Video channel avatar" /> |