1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 10:49:28 +02:00

add support for 1440p (Quad HD/QHD/WQHD) videos

This commit is contained in:
Rigel Kent 2020-12-24 18:02:04 +01:00 committed by Chocobozzz
parent 7185dab3ff
commit b7085c7132
23 changed files with 51 additions and 4 deletions

View file

@ -7,6 +7,7 @@ export type ConfigResolutions = {
'480p': boolean
'720p': boolean
'1080p': boolean
'1440p': boolean
'2160p': boolean
}