aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/video-list/video-user-subscriptions.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/+videos/video-list/video-user-subscriptions.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/+videos/video-list/video-user-subscriptions.component.html')
-rw-r--r--client/src/app/+videos/video-list/video-user-subscriptions.component.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/+videos/video-list/video-user-subscriptions.component.html b/client/src/app/+videos/video-list/video-user-subscriptions.component.html
index 2675b58bf..5536bb945 100644
--- a/client/src/app/+videos/video-list/video-user-subscriptions.component.html
+++ b/client/src/app/+videos/video-list/video-user-subscriptions.component.html
@@ -13,5 +13,7 @@
13 [groupByDate]="true" 13 [groupByDate]="true"
14 14
15 [disabled]="disabled" 15 [disabled]="disabled"
16
17 [headerActions]="actions"
16> 18>
17</my-videos-list> 19</my-videos-list>