mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-26 18:59:25 +02:00
Update:Podcast episode table is lazy loaded #1549
This commit is contained in:
parent
160c83df4a
commit
021adf3104
6 changed files with 300 additions and 105 deletions
|
@ -49,6 +49,7 @@ class LibraryItemController {
|
|||
item.episodesDownloading = [this.podcastManager.currentDownload.toJSONForClient()]
|
||||
}
|
||||
}
|
||||
|
||||
return res.json(item)
|
||||
}
|
||||
res.json(req.libraryItem)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue