mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-18 01:44:33 +02:00
Fix:Show series name when collapsing sub-series #2140
This commit is contained in:
parent
fd0920c808
commit
8683fc9fe4
2 changed files with 5 additions and 1 deletions
|
@ -190,6 +190,7 @@ module.exports = {
|
|||
const json = li.toJSONMinified()
|
||||
json.media.metadata.series = {
|
||||
id: filteredSeries.id,
|
||||
name: filteredSeries.name,
|
||||
sequence: filteredSeries.sequence
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue