mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-15 11:54:56 +02:00
Fix:Continue series shelf show next book in series #608
This commit is contained in:
parent
3954aa1963
commit
302870a101
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue