aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/video-list/trending/video-trending.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+videos/video-list/trending/video-trending.component.ts')
-rw-r--r--client/src/app/+videos/video-list/trending/video-trending.component.ts2
1 files changed, 1 insertions, 1 deletions
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,
19 titlePage: string 19 titlePage: string
20 defaultSort: VideoSortField = '-trending' 20 defaultSort: VideoSortField = '-trending'
21 21
22 useUserVideoPreferences = true 22 loadUserVideoPreferences = true
23 23
24 private algorithmChangeSub: Subscription 24 private algorithmChangeSub: Subscription
25 25