mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-04 22:45:02 +02:00
Auto add/update/remove audiobooks, update screenshots
This commit is contained in:
parent
2e82370408
commit
07a2a0aefd
12 changed files with 335 additions and 168 deletions
7
server/utils/constants.js
Normal file
7
server/utils/constants.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
module.exports.ScanResult = {
|
||||
NOTHING: 0,
|
||||
ADDED: 1,
|
||||
UPDATED: 2,
|
||||
REMOVED: 3,
|
||||
UPTODATE: 4
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue