mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-09 07:14:52 +02:00
Update:Add support for MKA audio files #1597
This commit is contained in:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user