mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Add downloadingEnabled property to video model
This commit is contained in:
parent
35d50b7dd2
commit
156c50af30
34 changed files with 100 additions and 4 deletions
|
@ -28,6 +28,7 @@ function activityPubContextify <T> (data: T) {
|
|||
size: 'schema:Number',
|
||||
fps: 'schema:Number',
|
||||
commentsEnabled: 'schema:Boolean',
|
||||
downloadingEnabled: 'schema:Boolean',
|
||||
waitTranscoding: 'schema:Boolean',
|
||||
expires: 'schema:expires',
|
||||
support: 'schema:Text',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue