diff options
author | Chocobozzz <me@florianbigard.com> | 2018-08-14 15:38:09 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-08-14 15:53:06 +0200 |
commit | eed24d26db4c8363d5e5874841ee0c4f5fa275a8 (patch) | |
tree | c066346ebdc58b4175f5d8b53fe7fa90f82f3f0f /server/tests/api/videos | |
parent | e63dbd426e67672b4014c2a3ac3a227fbe26e886 (diff) | |
download | PeerTube-eed24d26db4c8363d5e5874841ee0c4f5fa275a8.tar.gz PeerTube-eed24d26db4c8363d5e5874841ee0c4f5fa275a8.tar.zst PeerTube-eed24d26db4c8363d5e5874841ee0c4f5fa275a8.zip |
Don't set a bitrate on unknown audio input
Diffstat (limited to 'server/tests/api/videos')
-rw-r--r-- | server/tests/api/videos/multiple-servers.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/server/tests/api/videos/multiple-servers.ts b/server/tests/api/videos/multiple-servers.ts index 58381a0e5..cab096a12 100644 --- a/server/tests/api/videos/multiple-servers.ts +++ b/server/tests/api/videos/multiple-servers.ts | |||
@@ -209,19 +209,19 @@ describe('Test multiple servers', function () { | |||
209 | files: [ | 209 | files: [ |
210 | { | 210 | { |
211 | resolution: 240, | 211 | resolution: 240, |
212 | size: 342000 | 212 | size: 187000 |
213 | }, | 213 | }, |
214 | { | 214 | { |
215 | resolution: 360, | 215 | resolution: 360, |
216 | size: 433000 | 216 | size: 278000 |
217 | }, | 217 | }, |
218 | { | 218 | { |
219 | resolution: 480, | 219 | resolution: 480, |
220 | size: 538000 | 220 | size: 383000 |
221 | }, | 221 | }, |
222 | { | 222 | { |
223 | resolution: 720, | 223 | resolution: 720, |
224 | size: 861000 | 224 | size: 706000 |
225 | } | 225 | } |
226 | ], | 226 | ], |
227 | thumbnailfile: 'thumbnail', | 227 | thumbnailfile: 'thumbnail', |