aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--client/src/app/+video-channels/video-channels.component.ts1
1 files changed, 1 insertions, 0 deletions
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 {
105 } 105 }
106 106
107 isManageable () { 107 isManageable () {
108 if (!this.videoChannel.isLocal) return false
108 if (!this.isUserLoggedIn()) return false 109 if (!this.isUserLoggedIn()) return false
109 110
110 return this.isOwner() || this.authService.getUser().hasRight(UserRight.MANAGE_ANY_VIDEO_CHANNEL) 111 return this.isOwner() || this.authService.getUser().hasRight(UserRight.MANAGE_ANY_VIDEO_CHANNEL)