aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/video-list/video-recently-added.component.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-02-19 13:47:37 +0100
committerChocobozzz <me@florianbigard.com>2021-02-19 13:47:37 +0100
commit07f81d9deedf4921b8518c2d2b16043167b4c5d5 (patch)
treee333622a6686d637612a2f552aa0c64503163fe5 /client/src/app/+videos/video-list/video-recently-added.component.ts
parent300cb723eb9bd219e6d381c57a8a6a860563bbbb (diff)
downloadPeerTube-07f81d9deedf4921b8518c2d2b16043167b4c5d5.tar.gz
PeerTube-07f81d9deedf4921b8518c2d2b16043167b4c5d5.tar.zst
PeerTube-07f81d9deedf4921b8518c2d2b16043167b4c5d5.zip
Fix NSFW policy on account/channel videos
Diffstat (limited to 'client/src/app/+videos/video-list/video-recently-added.component.ts')
-rw-r--r--client/src/app/+videos/video-list/video-recently-added.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+videos/video-list/video-recently-added.component.ts b/client/src/app/+videos/video-list/video-recently-added.component.ts
index 2f4908074..506f92d25 100644
--- a/client/src/app/+videos/video-list/video-recently-added.component.ts
+++ b/client/src/app/+videos/video-list/video-recently-added.component.ts
@@ -17,7 +17,7 @@ export class VideoRecentlyAddedComponent extends AbstractVideoList implements On
17 sort: VideoSortField = '-publishedAt' 17 sort: VideoSortField = '-publishedAt'
18 groupByDate = true 18 groupByDate = true
19 19
20 useUserVideoPreferences = true 20 loadUserVideoPreferences = true
21 21
22 constructor ( 22 constructor (
23 protected route: ActivatedRoute, 23 protected route: ActivatedRoute,