mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
Add basic video editor support
This commit is contained in:
parent
a24bf4dc65
commit
c729caf6cc
130 changed files with 3969 additions and 1353 deletions
|
@ -143,6 +143,10 @@ export interface CustomConfig {
|
|||
}
|
||||
}
|
||||
|
||||
videoEditor: {
|
||||
enabled: boolean
|
||||
}
|
||||
|
||||
import: {
|
||||
videos: {
|
||||
concurrency: number
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue