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 /shared/extra-utils/server/config.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 'shared/extra-utils/server/config.ts')
-rw-r--r-- | shared/extra-utils/server/config.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/extra-utils/server/config.ts b/shared/extra-utils/server/config.ts index 8702659c4..f7c488c0b 100644 --- a/shared/extra-utils/server/config.ts +++ b/shared/extra-utils/server/config.ts | |||
@@ -117,6 +117,7 @@ function updateCustomSubConfig (url: string, token: string, newConfig: DeepParti | |||
117 | '480p': true, | 117 | '480p': true, |
118 | '720p': false, | 118 | '720p': false, |
119 | '1080p': false, | 119 | '1080p': false, |
120 | '1440p': false, | ||
120 | '2160p': false | 121 | '2160p': false |
121 | }, | 122 | }, |
122 | webtorrent: { | 123 | webtorrent: { |
@@ -141,6 +142,7 @@ function updateCustomSubConfig (url: string, token: string, newConfig: DeepParti | |||
141 | '480p': true, | 142 | '480p': true, |
142 | '720p': true, | 143 | '720p': true, |
143 | '1080p': true, | 144 | '1080p': true, |
145 | '1440p': true, | ||
144 | '2160p': true | 146 | '2160p': true |
145 | } | 147 | } |
146 | } | 148 | } |