mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Add video edition finished notification
This commit is contained in:
parent
348c2ce3ff
commit
1808a1f8e4
30 changed files with 336 additions and 70 deletions
|
@ -111,6 +111,16 @@ export class ConfigCommand extends AbstractCommand {
|
|||
})
|
||||
}
|
||||
|
||||
enableEditor () {
|
||||
return this.updateExistingSubConfig({
|
||||
newConfig: {
|
||||
videoEditor: {
|
||||
enabled: true
|
||||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
getConfig (options: OverrideCommandOptions = {}) {
|
||||
const path = '/api/v1/config'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue