diff options
author | Chocobozzz <me@florianbigard.com> | 2019-06-12 17:26:23 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-06-12 17:26:23 +0200 |
commit | 00aa1f0d9b9a976a102773cb520f2464ef5c7540 (patch) | |
tree | 90ed4d44d75470ff0890332fe6038422859b2f11 /shared/models | |
parent | a80e84f047dc3d2229f1c5df9f008298fafb85a0 (diff) | |
download | PeerTube-00aa1f0d9b9a976a102773cb520f2464ef5c7540.tar.gz PeerTube-00aa1f0d9b9a976a102773cb520f2464ef5c7540.tar.zst PeerTube-00aa1f0d9b9a976a102773cb520f2464ef5c7540.zip |
Add 4k conf in transcoding in admin panel
Diffstat (limited to 'shared/models')
-rw-r--r-- | shared/models/server/custom-config.model.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/models/server/custom-config.model.ts b/shared/models/server/custom-config.model.ts index 4cc379b2a..670553d16 100644 --- a/shared/models/server/custom-config.model.ts +++ b/shared/models/server/custom-config.model.ts | |||
@@ -62,6 +62,7 @@ export interface CustomConfig { | |||
62 | '480p': boolean | 62 | '480p': boolean |
63 | '720p': boolean | 63 | '720p': boolean |
64 | '1080p': boolean | 64 | '1080p': boolean |
65 | '2160p': boolean | ||
65 | } | 66 | } |
66 | hls: { | 67 | hls: { |
67 | enabled: boolean | 68 | enabled: boolean |