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)