1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 18:29:27 +02:00

Take in account transcoding for video quota

This commit is contained in:
Chocobozzz 2017-10-19 17:33:32 +02:00
parent a10d56bafc
commit 6a84aafd23
No known key found for this signature in database
GPG key ID: 583A612D890159BE
8 changed files with 56 additions and 5 deletions

View file

@ -2,4 +2,7 @@ export interface ServerConfig {
signup: {
allowed: boolean
}
transcoding: {
enabledResolutions: number[]
}
}