mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-12-30 18:48:55 +01:00
Fix:Continue series shelf showing in reverse order
This commit is contained in:
parent
95ac74d748
commit
7a14b49aea
@ -450,7 +450,7 @@ module.exports = {
|
|||||||
if (bookInProgress) { // Update if this series is in progress
|
if (bookInProgress) { // Update if this series is in progress
|
||||||
seriesMap[librarySeries.id].inProgress = true
|
seriesMap[librarySeries.id].inProgress = true
|
||||||
|
|
||||||
if (seriesMap[librarySeries.id].bookInProgressLastUpdate > mediaProgress.lastUpdate) {
|
if (seriesMap[librarySeries.id].bookInProgressLastUpdate < mediaProgress.lastUpdate) {
|
||||||
seriesMap[librarySeries.id].bookInProgressLastUpdate = mediaProgress.lastUpdate
|
seriesMap[librarySeries.id].bookInProgressLastUpdate = mediaProgress.lastUpdate
|
||||||
}
|
}
|
||||||
} else if (!seriesMap[librarySeries.id].firstBookUnread) {
|
} else if (!seriesMap[librarySeries.id].firstBookUnread) {
|
||||||
|
Loading…
Reference in New Issue
Block a user