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:
parent
7895697ce1
commit
eaf6fccbbb
5 changed files with 31 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue