Add:Check metadata.abs file modified date to rescan

This commit is contained in:
advplyr 2022-02-27 18:58:23 -06:00
parent 42604331ff
commit 74a68a4557
4 changed files with 20 additions and 8 deletions

View file

@ -85,7 +85,7 @@ class Scanner {
// Sync other files first so that local images are used as cover art
// TODO: Cleanup other file sync
var allOtherFiles = checkRes.newOtherFileData.concat(audiobook._otherFiles)
var allOtherFiles = checkRes.newOtherFileData.concat(checkRes.existingOtherFileData)
if (await audiobook.syncOtherFiles(allOtherFiles, this.db.serverSettings.scannerPreferOpfMetadata)) {
hasUpdated = true
}