mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-21 08:36:03 +02:00
Update:Experimental RSS feed setting custom slugs with default to library item id #553
This commit is contained in:
parent
55c40658f2
commit
195a30096f
5 changed files with 112 additions and 41 deletions
|
@ -173,6 +173,12 @@ class PodcastController {
|
|||
}
|
||||
|
||||
const feedData = this.rssFeedManager.openPodcastFeed(req.user, req.libraryItem, req.body)
|
||||
if (feedData.error) {
|
||||
return res.json({
|
||||
success: false,
|
||||
error: feedData.error
|
||||
})
|
||||
}
|
||||
|
||||
res.json({
|
||||
success: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue