aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-08-30 09:37:00 +0200
committerChocobozzz <me@florianbigard.com>2021-08-30 09:37:18 +0200
commit1b20624552501e8c2968853c6d139af568e1eb95 (patch)
treec9788cbdef6af1ee4997e4a5640c7929e4c6c338 /client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.html
parente874edd9f876df7b4020137b3a9b7feb8078b38f (diff)
downloadPeerTube-1b20624552501e8c2968853c6d139af568e1eb95.tar.gz
PeerTube-1b20624552501e8c2968853c6d139af568e1eb95.tar.zst
PeerTube-1b20624552501e8c2968853c6d139af568e1eb95.zip
Don't display scope fitler on account/channel pages
Diffstat (limited to 'client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.html')
-rw-r--r--client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.html b/client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.html
index 1b6b72f1e..0a6c5fcb2 100644
--- a/client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.html
+++ b/client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.html
@@ -14,6 +14,8 @@
14 [displayOptions]="displayOptions" 14 [displayOptions]="displayOptions"
15 [displayAsRow]="displayAsRow()" 15 [displayAsRow]="displayAsRow()"
16 16
17 [hideScopeFilter]="true"
18
17 [loadUserVideoPreferences]="true" 19 [loadUserVideoPreferences]="true"
18 20
19 [disabled]="disabled" 21 [disabled]="disabled"