mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-04 02:05:06 +02:00
Update personalized api endpoint to new optimal function that only loops through library items once
This commit is contained in:
parent
74bf917150
commit
e3ae3f7e6a
5 changed files with 328 additions and 4 deletions
|
@ -61,6 +61,9 @@ export default {
|
|||
books() {
|
||||
return this.series ? this.series.books || [] : []
|
||||
},
|
||||
addedAt() {
|
||||
return this.series ? this.series.addedAt : 0
|
||||
},
|
||||
seriesBookProgress() {
|
||||
return this.books
|
||||
.map((libraryItem) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue