mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-09 07:14:52 +02:00
Add:Collapsed series finished progress bar #1062
This commit is contained in:
@ -232,6 +232,7 @@ module.exports = {
|
||||
id: seriesToUse[li.id].id,
|
||||
name: seriesToUse[li.id].name,
|
||||
nameIgnorePrefix: seriesToUse[li.id].nameIgnorePrefix,
|
||||
libraryItemIds: seriesToUse[li.id].books.map(b => b.id),
|
||||
numBooks: seriesToUse[li.id].books.length
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user