]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+remote-interaction/remote-interaction.component.ts
Make /a and /c default URLs for accounts and channels
[github/Chocobozzz/PeerTube.git] / client / src / app / +remote-interaction / remote-interaction.component.ts
index e24607b24c3e94eb5ec86b0b13a58faabf44caea..3ebe62f49e9120034e6ec8686ae46b359dd6ceff 100644 (file)
@@ -43,7 +43,7 @@ export class RemoteInteractionComponent implements OnInit {
       } else if (channelResult.data.length !== 0) {
         const channel = new VideoChannel(channelResult.data[0])
 
-        redirectUrl = '/video-channels/' + channel.nameWithHost
+        redirectUrl = '/c/' + channel.nameWithHost
       } else {
         this.error = $localize`Cannot access to the remote resource`
         return