]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+videos/+video-watch/recommendations/recent-videos-recommendation.service.ts
Merge remote-tracking branch 'weblate/develop' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / +videos / +video-watch / recommendations / recent-videos-recommendation.service.ts
index 29fa268f4bc45a9d713854c03af654ac90689e87..2a851f13a1dd5f65a95d0eaeef85bb0056184f35 100644 (file)
@@ -61,7 +61,7 @@ export class RecentVideosRecommendationService implements RecommendationService
             componentPagination: pagination,
             advancedSearch: new AdvancedSearch({
               tagsOneOf: recommendation.tags.join(','),
-              sort: '-createdAt',
+              sort: '-publishedAt',
               searchTarget: 'local',
               nsfw: user.nsfwPolicy
                 ? this.videos.nsfwPolicyToParam(user.nsfwPolicy)