mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Also skip count for recommendation fallback
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user