X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bremote-interaction%2Fremote-interaction.component.ts;h=3ebe62f49e9120034e6ec8686ae46b359dd6ceff;hb=718873964490d1aa31b0e99852002165637e4b9e;hp=e24607b24c3e94eb5ec86b0b13a58faabf44caea;hpb=69e076ddb0deda9e4120bab095d3369bb19fbd1e;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+remote-interaction/remote-interaction.component.ts b/client/src/app/+remote-interaction/remote-interaction.component.ts index e24607b24..3ebe62f49 100644 --- a/client/src/app/+remote-interaction/remote-interaction.component.ts +++ b/client/src/app/+remote-interaction/remote-interaction.component.ts @@ -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