From 07f81d9deedf4921b8518c2d2b16043167b4c5d5 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 19 Feb 2021 13:47:37 +0100 Subject: Fix NSFW policy on account/channel videos --- client/src/app/+videos/video-list/trending/video-trending.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/+videos/video-list/trending') diff --git a/client/src/app/+videos/video-list/trending/video-trending.component.ts b/client/src/app/+videos/video-list/trending/video-trending.component.ts index 6128c4acd..c11f0da9d 100644 --- a/client/src/app/+videos/video-list/trending/video-trending.component.ts +++ b/client/src/app/+videos/video-list/trending/video-trending.component.ts @@ -19,7 +19,7 @@ export class VideoTrendingComponent extends AbstractVideoList implements OnInit, titlePage: string defaultSort: VideoSortField = '-trending' - useUserVideoPreferences = true + loadUserVideoPreferences = true private algorithmChangeSub: Subscription -- cgit v1.2.3