X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bmanage%2Fvideo-channel-edit%2Fvideo-channel-update.component.ts;h=6b494791273671b6608f6a8a8a344f6fdeab9d58;hb=cb28bb92daf1a0e123bc0144030c2bc65b865f4a;hp=51cd456056546ccc424c4cedf914e5cb7aedb548;hpb=7b51ede977c299a74728171d8c124bcc4cbba6ea;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+manage/video-channel-edit/video-channel-update.component.ts b/client/src/app/+manage/video-channel-edit/video-channel-update.component.ts index 51cd45605..6b4947912 100644 --- a/client/src/app/+manage/video-channel-edit/video-channel-update.component.ts +++ b/client/src/app/+manage/video-channel-edit/video-channel-update.component.ts @@ -96,7 +96,7 @@ export class VideoChannelUpdateComponent extends VideoChannelEdit implements OnI this.notifier.success($localize`Video channel ${videoChannelUpdate.displayName} updated.`) - this.redirectService.redirectToPreviousRoute([ '/c', this.videoChannel.name ]) + this.redirectService.redirectToPreviousRoute('/c/' + this.videoChannel.name) }, error: err => {