mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-06-25 19:46:17 +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