Also skip count for recommendation fallback
This commit is contained in:
parent
f9bbcd4ba2
commit
3bd4637014
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ export class RecentVideosRecommendationService implements RecommendationService
|
|||
: undefined
|
||||
|
||||
const defaultSubscription = this.videos.getVideos({
|
||||
skipCount: true,
|
||||
videoPagination: pagination,
|
||||
sort: '-publishedAt',
|
||||
nsfw
|
||||
|
|
Loading…
Add table
Reference in a new issue