mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 10:19:35 +02:00
Add storyboard support
This commit is contained in:
parent
1fb7d09422
commit
d8f39b126d
79 changed files with 1476 additions and 100 deletions
|
@ -159,6 +159,10 @@ export class ConfigCommand extends AbstractCommand {
|
|||
newConfig: {
|
||||
transcoding: {
|
||||
enabled: true,
|
||||
|
||||
allowAudioFiles: true,
|
||||
allowAdditionalExtensions: true,
|
||||
|
||||
resolutions: {
|
||||
...ConfigCommand.getCustomConfigResolutions(false),
|
||||
|
||||
|
@ -368,6 +372,9 @@ export class ConfigCommand extends AbstractCommand {
|
|||
},
|
||||
torrents: {
|
||||
size: 4
|
||||
},
|
||||
storyboards: {
|
||||
size: 5
|
||||
}
|
||||
},
|
||||
signup: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue