Add audiobook uploader

This commit is contained in:
Mark Cooper 2021-09-13 20:18:58 -05:00
parent 6cb253598b
commit 3dfd7ea035
8 changed files with 336 additions and 6 deletions

View file

@ -1,6 +1,6 @@
{
"name": "audiobookshelf",
"version": "1.1.6",
"version": "1.1.7",
"description": "Self-hosted audiobook server for managing and playing audiobooks.",
"main": "index.js",
"scripts": {
@ -14,6 +14,7 @@
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.5",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^10.0.0",
"ip": "^1.1.5",