mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-09 07:14:52 +02:00
Remove old Feed/FeedEpisode/FeedMeta objects
This commit is contained in:
@ -51,7 +51,7 @@ class LibraryItemController {
|
||||
|
||||
if (includeEntities.includes('rssfeed')) {
|
||||
const feedData = await RssFeedManager.findFeedForEntityId(item.id)
|
||||
item.rssFeed = feedData?.toJSONMinified() || null
|
||||
item.rssFeed = feedData?.toOldJSONMinified() || null
|
||||
}
|
||||
|
||||
if (item.mediaType === 'book' && req.user.isAdminOrUp && includeEntities.includes('share')) {
|
||||
|
Reference in New Issue
Block a user