Auto add/update/remove audiobooks, update screenshots

This commit is contained in:
advplyr 2021-09-06 20:14:04 -05:00
parent 2e82370408
commit 07a2a0aefd
12 changed files with 335 additions and 168 deletions

View file

@ -0,0 +1,7 @@
module.exports.ScanResult = {
NOTHING: 0,
ADDED: 1,
UPDATED: 2,
REMOVED: 3,
UPTODATE: 4
}