Adding download zip file, fix local cover art for m4b download

This commit is contained in:
Mark Cooper 2021-09-14 20:45:00 -05:00
parent 3dfd7ea035
commit 174fce9614
14 changed files with 625 additions and 113 deletions

View file

@ -1,6 +1,6 @@
{
"name": "audiobookshelf",
"version": "1.1.7",
"version": "1.1.8",
"description": "Self-hosted audiobook server for managing and playing audiobooks.",
"main": "index.js",
"scripts": {
@ -10,6 +10,7 @@
"author": "advplyr",
"license": "ISC",
"dependencies": {
"archiver": "^5.3.0",
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.5",