aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params/config.ts
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-12-24 18:02:04 +0100
committerChocobozzz <chocobozzz@cpy.re>2021-01-13 09:14:09 +0100
commitb7085c713220c9c5a96c9bb77330c2ba6ae9274e (patch)
treea2cefbd1742d5f2ba48f76759f3450171dc224f8 /server/tests/api/check-params/config.ts
parent7185dab3ff509cec9f03a15d826625b5a1bd0ada (diff)
downloadPeerTube-b7085c713220c9c5a96c9bb77330c2ba6ae9274e.tar.gz
PeerTube-b7085c713220c9c5a96c9bb77330c2ba6ae9274e.tar.zst
PeerTube-b7085c713220c9c5a96c9bb77330c2ba6ae9274e.zip
add support for 1440p (Quad HD/QHD/WQHD) videos
Diffstat (limited to 'server/tests/api/check-params/config.ts')
-rw-r--r--server/tests/api/check-params/config.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/tests/api/check-params/config.ts b/server/tests/api/check-params/config.ts
index fab440fc5..e36cdeab2 100644
--- a/server/tests/api/check-params/config.ts
+++ b/server/tests/api/check-params/config.ts
@@ -92,6 +92,7 @@ describe('Test config API validators', function () {
92 '480p': true, 92 '480p': true,
93 '720p': false, 93 '720p': false,
94 '1080p': false, 94 '1080p': false,
95 '1440p': false,
95 '2160p': false 96 '2160p': false
96 }, 97 },
97 webtorrent: { 98 webtorrent: {
@@ -118,6 +119,7 @@ describe('Test config API validators', function () {
118 '480p': true, 119 '480p': true,
119 '720p': true, 120 '720p': true,
120 '1080p': true, 121 '1080p': true,
122 '1440p': true,
121 '2160p': true 123 '2160p': true
122 } 124 }
123 } 125 }