Also skip count for recommendation fallback
This commit is contained in:
parent
f9bbcd4ba2
commit
3bd4637014
|
@ -48,6 +48,7 @@ export class RecentVideosRecommendationService implements RecommendationService
|
|||
: undefined
|
||||
|
||||
const defaultSubscription = this.videos.getVideos({
|
||||
skipCount: true,
|
||||
videoPagination: pagination,
|
||||
sort: '-publishedAt',
|
||||
nsfw
|
||||
|
|
Loading…
Reference in New Issue