mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-28 22:59:38 +00:00
Merge branch 'advplyr:master' into scan-for-narrator
This commit is contained in:
commit
927c1a3514
15 changed files with 61 additions and 52 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue