]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Use uuid for channel link in watch page
authorChocobozzz <me@florianbigard.com>
Mon, 9 Jul 2018 14:31:58 +0000 (16:31 +0200)
committerChocobozzz <me@florianbigard.com>
Mon, 9 Jul 2018 14:31:58 +0000 (16:31 +0200)
client/src/app/videos/+video-watch/video-watch.component.html

index cd470e3204874a733f006017c49dfc7a5f8baf64..a1110d81c28807021185307e98edd7175b35e1a9 100644 (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" />