Update:podcastEpisodes table index added for createdAt column #2073 #2075

This commit is contained in:
advplyr 2023-12-30 16:14:14 -06:00
parent 456bb87a00
commit 160c83df4a
3 changed files with 11 additions and 3 deletions

View file

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