Update:Podcast episode table is lazy loaded #1549

This commit is contained in:
advplyr 2023-12-31 14:51:01 -06:00
parent 160c83df4a
commit 021adf3104
6 changed files with 300 additions and 105 deletions

View file

@ -49,6 +49,7 @@ class LibraryItemController {
item.episodesDownloading = [this.podcastManager.currentDownload.toJSONForClient()]
}
}
return res.json(item)
}
res.json(req.libraryItem)