Merge branch 'advplyr:master' into getBookDataFromDir-refactor

This commit is contained in:
Cassie Esposito 2022-05-20 15:45:10 -07:00 committed by GitHub
commit 3451a312e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 61 additions and 52 deletions

View file

@ -418,7 +418,7 @@ module.exports = {
books: [libraryItemJson],
inProgress: bookInProgress,
bookInProgressLastUpdate: bookInProgress ? mediaProgress.lastUpdate : null,
firstBookUnread: bookInProgress ? libraryItemJson : null
firstBookUnread: bookInProgress ? null : libraryItemJson
}
seriesMap[librarySeries.id] = series