mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Merge branch 'develop' into pr/1285
This commit is contained in:
commit
b718fd2237
387 changed files with 18290 additions and 10001 deletions
|
@ -20,7 +20,8 @@ export interface VideoTorrentObject {
|
|||
subtitleLanguage: ActivityIdentifierObject[]
|
||||
views: number
|
||||
sensitive: boolean
|
||||
commentsEnabled: boolean
|
||||
commentsEnabled: boolean,
|
||||
downloadEnabled: boolean,
|
||||
waitTranscoding: boolean
|
||||
state: VideoState
|
||||
published: string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue