diff options
author | Chocobozzz <me@florianbigard.com> | 2021-08-30 09:37:00 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-08-30 09:37:18 +0200 |
commit | 1b20624552501e8c2968853c6d139af568e1eb95 (patch) | |
tree | c9788cbdef6af1ee4997e4a5640c7929e4c6c338 /client/src/app/+video-channels | |
parent | e874edd9f876df7b4020137b3a9b7feb8078b38f (diff) | |
download | PeerTube-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')
-rw-r--r-- | client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.html | 2 |
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" |