mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-03 01:35:08 +02:00
Add m4a filetype
This commit is contained in:
parent
35808abdf6
commit
28966e191b
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ const dir = require('node-dir')
|
|||
const Logger = require('../Logger')
|
||||
const { cleanString } = require('./index')
|
||||
|
||||
const AUDIO_FORMATS = ['m4b', 'mp3']
|
||||
const AUDIO_FORMATS = ['m4b', 'mp3', 'm4a']
|
||||
const INFO_FORMATS = ['nfo']
|
||||
const IMAGE_FORMATS = ['png', 'jpg', 'jpeg', 'webp']
|
||||
const EBOOK_FORMATS = ['epub', 'pdf']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue