X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=client%2Fsrc%2Fapp%2F%2Bvideo-channels%2Fvideo-channels.component.ts;h=6479644f130b9df82892c32a23e1135254f7f64a;hb=a24bd1ed41b43790bab6ba789580bb4e85f07d85;hp=41fdb5e799e2f44fa9a5c11fa1e31a900924be29;hpb=0a25749f14a083d2c388b6229cbdbba695d0387e;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+video-channels/video-channels.component.ts b/client/src/app/+video-channels/video-channels.component.ts index 41fdb5e79..6479644f1 100644 --- a/client/src/app/+video-channels/video-channels.component.ts +++ b/client/src/app/+video-channels/video-channels.component.ts @@ -7,7 +7,7 @@ import { AuthService, MarkdownService, Notifier, RestExtractor, ScreenService } import { ListOverflowItem, VideoChannel, VideoChannelService, VideoService } from '@app/shared/shared-main' import { SupportModalComponent } from '@app/shared/shared-support-modal' import { SubscribeButtonComponent } from '@app/shared/shared-user-subscription' -import { HttpStatusCode } from '@shared/core-utils/miscs/http-error-codes' +import { HttpStatusCode } from '@shared/models' @Component({ templateUrl: './video-channels.component.html', @@ -112,7 +112,7 @@ export class VideoChannelsComponent implements OnInit, OnDestroy { } getAccountUrl () { - return [ '/accounts', this.videoChannel.ownerBy ] + return [ '/a', this.videoChannel.ownerBy ] } private loadChannelVideosCount () {