X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bvideo-channels%2Fvideo-channels.component.ts;h=c5bcdffe2a9ec0b968f9b3871fb71772046074cc;hb=714e33a7428b71ef98129ce85a4bd64140bcd912;hp=82c52d23919ec3a5fbc9b8c8103381dfd898dced;hpb=3318147300b4f998adf728eb0a5a14a4c1829c51;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 82c52d239..c5bcdffe2 100644 --- a/client/src/app/+video-channels/video-channels.component.ts +++ b/client/src/app/+video-channels/video-channels.component.ts @@ -105,6 +105,7 @@ export class VideoChannelsComponent implements OnInit, OnDestroy { } isManageable () { + if (!this.videoChannel.isLocal) return false if (!this.isUserLoggedIn()) return false return this.isOwner() || this.authService.getUser().hasRight(UserRight.MANAGE_ANY_VIDEO_CHANNEL)