1
0
Fork 0
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:
Lucas Declercq 2018-10-06 19:17:21 +02:00
parent 35d50b7dd2
commit 156c50af30
34 changed files with 100 additions and 4 deletions

View file

@ -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',