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