mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-24 04:44:57 +02:00
Add:Support for .awb AMR-WB audio file #1565
This commit is contained in:
parent
11ccbf1913
commit
146093d81e
4 changed files with 6 additions and 4 deletions
|
@ -47,7 +47,8 @@ module.exports.AudioMimeType = {
|
|||
AIFF: 'audio/x-aiff',
|
||||
WEBM: 'audio/webm',
|
||||
WEBMA: 'audio/webm',
|
||||
MKA: 'audio/x-matroska'
|
||||
MKA: 'audio/x-matroska',
|
||||
AWB: 'audio/amr-wb'
|
||||
}
|
||||
|
||||
module.exports.VideoMimeType = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue