diff options
author | Chocobozzz <me@florianbigard.com> | 2018-07-12 19:02:00 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-07-16 11:50:08 +0200 |
commit | 40e87e9ecc54e3513fb586928330a7855eb192c6 (patch) | |
tree | af1111ecba85f9cd8286811ff332a67cf21be2f6 /server/controllers/feeds.ts | |
parent | d4557fd3ecc8d4ed4fb0e5c868929bc36c959ed2 (diff) | |
download | PeerTube-40e87e9ecc54e3513fb586928330a7855eb192c6.tar.gz PeerTube-40e87e9ecc54e3513fb586928330a7855eb192c6.tar.zst PeerTube-40e87e9ecc54e3513fb586928330a7855eb192c6.zip |
Implement captions/subtitles
Diffstat (limited to 'server/controllers/feeds.ts')
-rw-r--r-- | server/controllers/feeds.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/controllers/feeds.ts b/server/controllers/feeds.ts index 1773fc71e..ff6b423d9 100644 --- a/server/controllers/feeds.ts +++ b/server/controllers/feeds.ts | |||
@@ -129,7 +129,7 @@ async function generateVideoFeed (req: express.Request, res: express.Response, n | |||
129 | torrent: torrents, | 129 | torrent: torrents, |
130 | thumbnail: [ | 130 | thumbnail: [ |
131 | { | 131 | { |
132 | url: CONFIG.WEBSERVER.URL + video.getThumbnailPath(), | 132 | url: CONFIG.WEBSERVER.URL + video.getThumbnailStaticPath(), |
133 | height: THUMBNAILS_SIZE.height, | 133 | height: THUMBNAILS_SIZE.height, |
134 | width: THUMBNAILS_SIZE.width | 134 | width: THUMBNAILS_SIZE.width |
135 | } | 135 | } |