Fix book log

This commit is contained in:
advplyr 2022-10-13 18:01:21 -05:00
parent 365610d918
commit e0e69fb164

View File

@ -399,7 +399,7 @@ class Book {
var newMissingParts = (this.missingParts || []).join(',') || ''
var wasUpdated = newMissingParts !== currMissingParts
if (wasUpdated && this.missingParts.length) {
Logger.info(`[Audiobook] "${this.name}" has ${missingParts.length} missing parts`)
Logger.info(`[Audiobook] "${this.metadata.title}" has ${missingParts.length} missing parts`)
}
return wasUpdated