diff options
Diffstat (limited to 'server/tests/api/videos/audio-only.ts')
-rw-r--r-- | server/tests/api/videos/audio-only.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/tests/api/videos/audio-only.ts b/server/tests/api/videos/audio-only.ts index 7fac6e738..f4b635bd5 100644 --- a/server/tests/api/videos/audio-only.ts +++ b/server/tests/api/videos/audio-only.ts | |||
@@ -21,6 +21,7 @@ describe('Test audio only video transcoding', function () { | |||
21 | enabled: true, | 21 | enabled: true, |
22 | resolutions: { | 22 | resolutions: { |
23 | '0p': true, | 23 | '0p': true, |
24 | '144p': false, | ||
24 | '240p': true, | 25 | '240p': true, |
25 | '360p': false, | 26 | '360p': false, |
26 | '480p': false, | 27 | '480p': false, |