aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+accounts/account-videos
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/+accounts/account-videos
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/+accounts/account-videos')
-rw-r--r--client/src/app/+accounts/account-videos/account-videos.component.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/+accounts/account-videos/account-videos.component.html b/client/src/app/+accounts/account-videos/account-videos.component.html
index 5b4b0937f..f88d141c2 100644
--- a/client/src/app/+accounts/account-videos/account-videos.component.html
+++ b/client/src/app/+accounts/account-videos/account-videos.component.html
@@ -13,6 +13,8 @@
13 [displayModerationBlock]="true" 13 [displayModerationBlock]="true"
14 [displayAsRow]="displayAsRow()" 14 [displayAsRow]="displayAsRow()"
15 15
16 [hideScopeFilter]="true"
17
16 [loadUserVideoPreferences]="true" 18 [loadUserVideoPreferences]="true"
17 19
18 [disabled]="disabled" 20 [disabled]="disabled"