Skip to content

Commit

Permalink
Merge pull request #1144 from dragfyre/patch-1
Browse files Browse the repository at this point in the history
Update PeertubeTrendingLinkHandlerFactory.java
  • Loading branch information
Stypox authored Dec 29, 2023
2 parents f276caf + 65e7bc5 commit b2ec1b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public final class PeertubeTrendingLinkHandlerFactory extends ListLinkHandlerFac
KIOSK_TRENDING, "%s/api/v1/videos?sort=-trending",
KIOSK_MOST_LIKED, "%s/api/v1/videos?sort=-likes",
KIOSK_RECENT, "%s/api/v1/videos?sort=-publishedAt",
KIOSK_LOCAL, "%s/api/v1/videos?sort=-publishedAt&filter=local");
KIOSK_LOCAL, "%s/api/v1/videos?sort=-publishedAt&isLocal=true");

private PeertubeTrendingLinkHandlerFactory() {
}
Expand Down

0 comments on commit b2ec1b1

Please sign in to comment.