From 3bd463701466c43612fb290fdac71b77153d42be Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 26 Oct 2023 14:50:20 +0200 Subject: [PATCH] Also skip count for recommendation fallback --- .../recommendations/recent-videos-recommendation.service.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/app/+videos/+video-watch/shared/recommendations/recent-videos-recommendation.service.ts b/client/src/app/+videos/+video-watch/shared/recommendations/recent-videos-recommendation.service.ts index a965f64c2..5ef9fd19f 100644 --- a/client/src/app/+videos/+video-watch/shared/recommendations/recent-videos-recommendation.service.ts +++ b/client/src/app/+videos/+video-watch/shared/recommendations/recent-videos-recommendation.service.ts @@ -48,6 +48,7 @@ export class RecentVideosRecommendationService implements RecommendationService : undefined const defaultSubscription = this.videos.getVideos({ + skipCount: true, videoPagination: pagination, sort: '-publishedAt', nsfw