Merge branch 'advplyr:master' into scan-for-narrator

This commit is contained in:
Cassie Esposito
2022-05-20 15:40:26 -07:00
committed by GitHub
15 changed files with 61 additions and 52 deletions
+1 -1
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