diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-12-24 18:02:04 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-01-13 09:14:09 +0100 |
commit | b7085c713220c9c5a96c9bb77330c2ba6ae9274e (patch) | |
tree | a2cefbd1742d5f2ba48f76759f3450171dc224f8 /server/tests/api/live/live-permanent.ts | |
parent | 7185dab3ff509cec9f03a15d826625b5a1bd0ada (diff) | |
download | PeerTube-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/live/live-permanent.ts')
-rw-r--r-- | server/tests/api/live/live-permanent.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/tests/api/live/live-permanent.ts b/server/tests/api/live/live-permanent.ts index 1128e993c..a5bda009f 100644 --- a/server/tests/api/live/live-permanent.ts +++ b/server/tests/api/live/live-permanent.ts | |||
@@ -75,6 +75,7 @@ describe('Permenant live', function () { | |||
75 | '480p': true, | 75 | '480p': true, |
76 | '720p': true, | 76 | '720p': true, |
77 | '1080p': true, | 77 | '1080p': true, |
78 | '1440p': true, | ||
78 | '2160p': true | 79 | '2160p': true |
79 | } | 80 | } |
80 | } | 81 | } |
@@ -164,6 +165,7 @@ describe('Permenant live', function () { | |||
164 | '480p': false, | 165 | '480p': false, |
165 | '720p': false, | 166 | '720p': false, |
166 | '1080p': false, | 167 | '1080p': false, |
168 | '1440p': false, | ||
167 | '2160p': false | 169 | '2160p': false |
168 | } | 170 | } |
169 | } | 171 | } |