Implement captions/subtitles
This commit is contained in:
parent
d4557fd3ec
commit
40e87e9ecc
83 changed files with 1867 additions and 298 deletions
|
@ -44,6 +44,15 @@ export interface ServerConfig {
|
|||
}
|
||||
}
|
||||
|
||||
videoCaption: {
|
||||
file: {
|
||||
size: {
|
||||
max: number
|
||||
},
|
||||
extensions: string[]
|
||||
}
|
||||
}
|
||||
|
||||
user: {
|
||||
videoQuota: number
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue