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

Add ability to order playlists

This commit is contained in:
Chocobozzz 2025-06-19 15:56:06 +02:00
parent 546bd42240
commit 0adafa0fc0
No known key found for this signature in database
GPG key ID: 583A612D890159BE
48 changed files with 1776 additions and 607 deletions

View file

@ -191,6 +191,10 @@ const contextStore: { [id in ContextType]: (string | { [id: string]: string })[]
'@type': 'sc:Number',
'@id': 'pt:position'
},
videoChannelPosition: {
'@type': 'sc:Number',
'@id': 'pt:position'
},
startTimestamp: {
'@type': 'sc:Number',
'@id': 'pt:startTimestamp'