projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7089e7b
)
Fix thumbnail sitemap location
author
Chocobozzz
<me@florianbigard.com>
Thu, 6 Dec 2018 08:29:00 +0000
(09:29 +0100)
committer
Chocobozzz
<me@florianbigard.com>
Thu, 6 Dec 2018 08:29:00 +0000
(09:29 +0100)
server/controllers/bots.ts
patch
|
blob
|
history
diff --git
a/server/controllers/bots.ts
b/server/controllers/bots.ts
index b4eaccf9f0196d4852f2e4a8cb93f0ddf8771e2d..2db86a2d8e63b4e30cb140f1d570c9c74fec9ffb 100644
(file)
--- 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: CONFIG.WEBSERVER.URL + '/videos/embed/' + v.uuid,
- thumbnail_loc: v.getThumbnailStaticPath()
+ thumbnail_loc:
CONFIG.WEBSERVER.URL +
v.getThumbnailStaticPath()
}
]
}))