X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Fcontrollers%2Ffeeds.ts;h=9fa70a7c8ca89e7f9cc9983f422252a909801517;hb=15a7eafb892441957ba7dd6fcbf556086fe5b2b3;hp=cdc6bfb8be176047b3dde2cd271b9c2daf8c3ebd;hpb=20bafcb61bee2a9a10a500908850c9a7d5e3c8c5;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/controllers/feeds.ts b/server/controllers/feeds.ts index cdc6bfb8b..9fa70a7c8 100644 --- a/server/controllers/feeds.ts +++ b/server/controllers/feeds.ts @@ -286,7 +286,7 @@ function addVideosToFeed (feed, videos: VideoModel[]) { feed.addItem({ title: video.name, id: video.url, - link: WEBSERVER.URL + '/w/' + video.uuid, + link: WEBSERVER.URL + video.getWatchStaticPath(), description: video.getTruncatedDescription(), content: video.description, author: [