mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-07 11:44:45 +02:00
Auto add/update/remove audiobooks, update screenshots
This commit is contained in:
parent
ee452d41ee
commit
26d922d3dc
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