mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-06-05 02:02:44 +02:00
Auto add/update/remove audiobooks, update screenshots
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
module.exports.ScanResult = {
|
||||
NOTHING: 0,
|
||||
ADDED: 1,
|
||||
UPDATED: 2,
|
||||
REMOVED: 3,
|
||||
UPTODATE: 4
|
||||
}
|
||||
Reference in New Issue
Block a user