diff options
author | Chocobozzz <chocobozzz@framasoft.org> | 2021-07-12 07:36:24 +0000 |
---|---|---|
committer | Chocobozzz <chocobozzz@framasoft.org> | 2021-07-12 07:36:24 +0000 |
commit | 6419509bde8d134da044b49fc0eaecc7f38a1c71 (patch) | |
tree | 2e676bc62b22205c4eab15bb1f8973825265368e /server | |
parent | e773f08a465e93a5d187cff25409b3481e47ef59 (diff) | |
parent | e622db0578bd46b2fd31fc23beb5aebcea2caa65 (diff) | |
download | PeerTube-6419509bde8d134da044b49fc0eaecc7f38a1c71.tar.gz PeerTube-6419509bde8d134da044b49fc0eaecc7f38a1c71.tar.zst PeerTube-6419509bde8d134da044b49fc0eaecc7f38a1c71.zip |
Merge branch 'castix-develop-patch-68922' into 'develop'
add support to another wav mimetype
See merge request framasoft/peertube/PeerTube!34
Diffstat (limited to 'server')
-rw-r--r-- | server/initializers/constants.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/initializers/constants.ts b/server/initializers/constants.ts index cd00b73d5..ab59320eb 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts | |||
@@ -448,9 +448,10 @@ const MIMETYPES = { | |||
448 | 'audio/ogg': '.ogg', | 448 | 'audio/ogg': '.ogg', |
449 | 'audio/x-ms-wma': '.wma', | 449 | 'audio/x-ms-wma': '.wma', |
450 | 'audio/wav': '.wav', | 450 | 'audio/wav': '.wav', |
451 | 'audio/x-wav': '.wav', | ||
451 | 'audio/x-flac': '.flac', | 452 | 'audio/x-flac': '.flac', |
452 | 'audio/flac': '.flac', | 453 | 'audio/flac': '.flac', |
453 | 'audio/aac': '.aac', | 454 | 'audio/aac': '.aac', |
454 | 'audio/m4a': '.m4a', | 455 | 'audio/m4a': '.m4a', |
455 | 'audio/mp4': '.m4a', | 456 | 'audio/mp4': '.m4a', |
456 | 'audio/x-m4a': '.m4a', | 457 | 'audio/x-m4a': '.m4a', |