Add 4k conf in transcoding in admin panel

This commit is contained in:
Chocobozzz 2019-06-12 17:26:23 +02:00
parent a80e84f047
commit 00aa1f0d9b
No known key found for this signature in database
GPG key ID: 583A612D890159BE
5 changed files with 34 additions and 12 deletions

View file

@ -62,6 +62,7 @@ export interface CustomConfig {
'480p': boolean
'720p': boolean
'1080p': boolean
'2160p': boolean
}
hls: {
enabled: boolean