mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-10 07:37:35 +02:00
Remove old Feed/FeedEpisode/FeedMeta objects
This commit is contained in:
@ -762,7 +762,7 @@ class LibraryController {
|
||||
|
||||
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