mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-01-03 00:06:46 +01:00
Add m4a filetype
This commit is contained in:
parent
35808abdf6
commit
28966e191b
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "audiobookshelf-client",
|
"name": "audiobookshelf-client",
|
||||||
"version": "0.9.85-beta",
|
"version": "0.9.86-beta",
|
||||||
"description": "Audiobook manager and player",
|
"description": "Audiobook manager and player",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "audiobookshelf",
|
"name": "audiobookshelf",
|
||||||
"version": "0.9.85-beta",
|
"version": "0.9.86-beta",
|
||||||
"description": "Self-hosted audiobook server for managing and playing audiobooks.",
|
"description": "Self-hosted audiobook server for managing and playing audiobooks.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -3,7 +3,7 @@ const dir = require('node-dir')
|
|||||||
const Logger = require('../Logger')
|
const Logger = require('../Logger')
|
||||||
const { cleanString } = require('./index')
|
const { cleanString } = require('./index')
|
||||||
|
|
||||||
const AUDIO_FORMATS = ['m4b', 'mp3']
|
const AUDIO_FORMATS = ['m4b', 'mp3', 'm4a']
|
||||||
const INFO_FORMATS = ['nfo']
|
const INFO_FORMATS = ['nfo']
|
||||||
const IMAGE_FORMATS = ['png', 'jpg', 'jpeg', 'webp']
|
const IMAGE_FORMATS = ['png', 'jpg', 'jpeg', 'webp']
|
||||||
const EBOOK_FORMATS = ['epub', 'pdf']
|
const EBOOK_FORMATS = ['epub', 'pdf']
|
||||||
|
Loading…
Reference in New Issue
Block a user