]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit
add support to another wav mimetype
authorlambdacastix <castix@autistici.org>
Sun, 11 Jul 2021 22:41:44 +0000 (22:41 +0000)
committerlambdacastix <castix@autistici.org>
Sun, 11 Jul 2021 22:41:44 +0000 (22:41 +0000)
commite622db0578bd46b2fd31fc23beb5aebcea2caa65
tree9e2baac207d2847630b9a5da5739e68cbf5252c5
parentdeecf33724bb92e74dcd5d574cf82b7d8912dc41
add support to another wav mimetype

```bash
$ file --mime-type file.wav
file.wav: audio/x-wav
$ file file.wav
file.wav: RIFF (little-endian) data, WAVE audio, Microsoft PCM, 16 bit, stereo 44100 Hz
```

note: aac had a `'LEFT-TO-RIGHT MARK' (U+200E)` that I removed too
server/initializers/constants.ts