Also skip count for recommendation fallback

This commit is contained in:
Chocobozzz 2023-10-26 14:50:20 +02:00
parent f9bbcd4ba2
commit 3bd4637014
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ export class RecentVideosRecommendationService implements RecommendationService
: undefined : undefined
const defaultSubscription = this.videos.getVideos({ const defaultSubscription = this.videos.getVideos({
skipCount: true,
videoPagination: pagination, videoPagination: pagination,
sort: '-publishedAt', sort: '-publishedAt',
nsfw nsfw