mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2026-09-03 20:53:09 -05:00
Podcast feed support for playlists
This commit is contained in:
@@ -10384,7 +10384,7 @@ components:
|
||||
deprecated: true
|
||||
type: string
|
||||
thumbnails:
|
||||
description: "**PeerTube >= 8.1** Array of thumbnails for the video"
|
||||
description: "**PeerTube >= 8.1** Array of thumbnails for the playlist"
|
||||
type: array
|
||||
items:
|
||||
$ref: '#/components/schemas/Thumbnail'
|
||||
|
||||
@@ -491,9 +491,9 @@ cd /var/www/peertube-docker; \
|
||||
|
||||
:::
|
||||
|
||||
### Regenerate video thumbnails
|
||||
### Regenerate video and playlist thumbnails
|
||||
|
||||
Regenerating local video thumbnails could be useful because new PeerTube releases may increase thumbnail sizes:
|
||||
Regenerating local video and playlist thumbnails could be useful because new PeerTube releases may increase thumbnail sizes:
|
||||
|
||||
::: code-group
|
||||
|
||||
|
||||
Reference in New Issue
Block a user