mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-25 10:19:04 +02:00
Add:Support for webm and webma audio files #1079
This commit is contained in:
parent
4ea1e4460a
commit
f55559e9a3
5 changed files with 9 additions and 5 deletions
|
@ -44,7 +44,9 @@ module.exports.AudioMimeType = {
|
|||
AAC: 'audio/aac',
|
||||
FLAC: 'audio/flac',
|
||||
WMA: 'audio/x-ms-wma',
|
||||
AIFF: 'audio/x-aiff'
|
||||
AIFF: 'audio/x-aiff',
|
||||
WEBM: 'audio/webm',
|
||||
WEBMA: 'audio/webm'
|
||||
}
|
||||
|
||||
module.exports.VideoMimeType = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue