Adding inode to files and audiobooks to support renaming, setting up watcher and removing chokidar

This commit is contained in:
advplyr 2021-08-25 17:36:54 -05:00
parent 0c1a29adbf
commit cb40e063da
17 changed files with 558 additions and 234 deletions

View file

@ -1,6 +1,6 @@
{
"name": "audiobookshelf",
"version": "0.9.75-beta",
"version": "0.9.77-beta",
"description": "Self-hosted audiobook server for managing and playing audiobooks.",
"main": "index.js",
"scripts": {
@ -12,7 +12,6 @@
"dependencies": {
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"chokidar": "^3.5.2",
"cookie-parser": "^1.4.5",
"express": "^4.17.1",
"fluent-ffmpeg": "^2.1.2",
@ -23,7 +22,8 @@
"njodb": "^0.4.20",
"node-dir": "^0.1.17",
"podcast": "^1.3.0",
"socket.io": "^4.1.3"
"socket.io": "^4.1.3",
"watcher": "^1.2.0"
},
"devDependencies": {}
}