Add:Open RSS feed for collection #606 #1265

This commit is contained in:
advplyr 2022-12-27 18:03:31 -06:00
parent 4021b6eca1
commit 308ccf470f
5 changed files with 211 additions and 9 deletions

View file

@ -21,7 +21,7 @@ class LibraryItemController {
}
if (includeEntities.includes('rssfeed')) {
const feedData = this.rssFeedManager.findFeedForItem(item.id)
const feedData = this.rssFeedManager.findFeedForEntityId(item.id)
item.rssFeed = feedData ? feedData.toJSONMinified() : null
}