mirror of https://github.com/Chocobozzz/PeerTube
Use uuid for channel link in watch page
parent
e4f0e92e75
commit
e86e53eaf5
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue