mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-02 21:44:56 +02:00
Update:Add support for MKA audio files #1597
This commit is contained in:
parent
f75ed07497
commit
27b9d3b94f
3 changed files with 4 additions and 3 deletions
|
@ -46,7 +46,8 @@ module.exports.AudioMimeType = {
|
|||
WMA: 'audio/x-ms-wma',
|
||||
AIFF: 'audio/x-aiff',
|
||||
WEBM: 'audio/webm',
|
||||
WEBMA: 'audio/webm'
|
||||
WEBMA: 'audio/webm',
|
||||
MKA: 'audio/x-matroska'
|
||||
}
|
||||
|
||||
module.exports.VideoMimeType = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue