Fix:Continue series shelf show next book in series #608

This commit is contained in:
advplyr 2022-05-20 15:55:03 -05:00
parent 3954aa1963
commit 302870a101

View File

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