mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Implement replace file in server side
This commit is contained in:
parent
c6867725fb
commit
12dc3a942a
55 changed files with 1547 additions and 325 deletions
|
@ -175,6 +175,12 @@ export interface CustomConfig {
|
|||
}
|
||||
}
|
||||
|
||||
videoFile: {
|
||||
update: {
|
||||
enabled: boolean
|
||||
}
|
||||
}
|
||||
|
||||
import: {
|
||||
videos: {
|
||||
concurrency: number
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue