Update Podcast Episode add libraryItemId, expanded returns audioTrack object

This commit is contained in:
advplyr 2022-04-05 19:40:40 -05:00
parent 6e5e638076
commit ac3fa31d1e
3 changed files with 21 additions and 7 deletions

View file

@ -40,6 +40,7 @@ class PodcastManager {
episodesToDownload.forEach((ep) => {
var newPe = new PodcastEpisode()
newPe.setData(ep, index++)
newPe.libraryItemId = libraryItem.id
var newPeDl = new PodcastEpisodeDownload()
newPeDl.setData(newPe, libraryItem)
this.startPodcastEpisodeDownload(newPeDl)