aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-library/my-videos/my-videos.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-02-11 15:51:16 +0100
committerChocobozzz <me@florianbigard.com>2021-02-11 15:51:16 +0100
commit241609f1943effb731e71f11026898e63384b6e4 (patch)
treea4202bdaa5f6d8c54fbc93e1600b34a5f1442638 /client/src/app/+my-library/my-videos/my-videos.component.html
parent20eb3a5be018dc207253a54bac2e971cbf2c25ce (diff)
downloadPeerTube-241609f1943effb731e71f11026898e63384b6e4.tar.gz
PeerTube-241609f1943effb731e71f11026898e63384b6e4.tar.zst
PeerTube-241609f1943effb731e71f11026898e63384b6e4.zip
Fix NSFW policy in my videos list
Diffstat (limited to 'client/src/app/+my-library/my-videos/my-videos.component.html')
-rw-r--r--client/src/app/+my-library/my-videos/my-videos.component.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/+my-library/my-videos/my-videos.component.html b/client/src/app/+my-library/my-videos/my-videos.component.html
index 977f7b03b..5fa4c02ec 100644
--- a/client/src/app/+my-library/my-videos/my-videos.component.html
+++ b/client/src/app/+my-library/my-videos/my-videos.component.html
@@ -35,6 +35,7 @@
35 [titlePage]="titlePage" 35 [titlePage]="titlePage"
36 [getVideosObservableFunction]="getVideosObservableFunction" 36 [getVideosObservableFunction]="getVideosObservableFunction"
37 [ownerDisplayType]="ownerDisplayType" 37 [ownerDisplayType]="ownerDisplayType"
38 [user]="user"
38 #videosSelection 39 #videosSelection
39> 40>
40 <ng-template ptTemplate="globalButtons"> 41 <ng-template ptTemplate="globalButtons">