1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 01:39:37 +02:00

Add playlistUrl metadata in json to hls files

This commit is contained in:
Chocobozzz 2025-02-13 09:55:30 +01:00
parent 7895697ce1
commit eaf6fccbbb
No known key found for this signature in database
GPG key ID: 583A612D890159BE
5 changed files with 31 additions and 4 deletions

View file

@ -8214,6 +8214,10 @@ components:
type: string
description: Direct URL of the video
format: url
playlistUrl:
type: string
description: Playlist URL of the file if it is owned by a playlist
format: url
fileDownloadUrl:
type: string
description: URL endpoint that transfers the video file as an attachment (so that the browser opens a download dialog)