Implement captions/subtitles

This commit is contained in:
Chocobozzz 2018-07-12 19:02:00 +02:00
parent d4557fd3ec
commit 40e87e9ecc
83 changed files with 1867 additions and 298 deletions

View file

@ -44,6 +44,15 @@ export interface ServerConfig {
}
}
videoCaption: {
file: {
size: {
max: number
},
extensions: string[]
}
}
user: {
videoQuota: number
}