mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-08 23:04:51 +02:00
Remove old Feed/FeedEpisode/FeedMeta objects
This commit is contained in:
@ -55,7 +55,7 @@ class SeriesController {
|
||||
|
||||
if (include.includes('rssfeed')) {
|
||||
const feedObj = await RssFeedManager.findFeedForEntityId(seriesJson.id)
|
||||
seriesJson.rssFeed = feedObj?.toJSONMinified() || null
|
||||
seriesJson.rssFeed = feedObj?.toOldJSONMinified() || null
|
||||
}
|
||||
|
||||
res.json(seriesJson)
|
||||
|
Reference in New Issue
Block a user