Use uuid for channel link in watch page

pull/789/head
Chocobozzz 2018-07-09 16:31:58 +02:00
parent e4f0e92e75
commit e86e53eaf5
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
</div>
<div class="video-info-channel">
<a [routerLink]="[ '/video-channels', video.channel.id ]" i18n-title title="Go the channel page">
<a [routerLink]="[ '/video-channels', video.channel.uuid ]" i18n-title title="Go the channel page">
{{ video.channel.displayName }}
<img [src]="video.videoChannelAvatarUrl" alt="Video channel avatar" />