Podcast feed support for playlists

This commit is contained in:
Chocobozzz
2026-04-17 09:18:36 +02:00
parent d3131da696
commit c00613f0ac
58 changed files with 1123 additions and 431 deletions
+1 -1
View File
@@ -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'
+2 -2
View File
@@ -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