X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Fcontrollers%2Fbots.ts;h=e25d9c21b01c8a8dd48b10d6dcdcfb63aa43766e;hb=26ff0279d08bc5d4cb13a2f71e314b05d544da89;hp=7e8e6eff6c0f31a4b164d0791e0371e6b57e1d41;hpb=74dc3bca2b14f5fd3fe80c394dfc34177a46db77;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/controllers/bots.ts b/server/controllers/bots.ts index 7e8e6eff6..e25d9c21b 100644 --- a/server/controllers/bots.ts +++ b/server/controllers/bots.ts @@ -85,7 +85,7 @@ async function getSitemapLocalVideoUrls () { // Sitemap description should be < 2000 characters description: truncate(v.description || v.name, { length: 2000, omission: '...' }), player_loc: WEBSERVER.URL + '/videos/embed/' + v.uuid, - thumbnail_loc: WEBSERVER.URL + v.getThumbnailStaticPath() + thumbnail_loc: WEBSERVER.URL + v.getMiniatureStaticPath() } ] }))