mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-06-27 12:36:16 +02:00
Add:OPML Export #1260
This commit is contained in:
@@ -109,7 +109,7 @@ class PodcastController {
|
||||
res.json({ podcast })
|
||||
}
|
||||
|
||||
async getOPMLFeeds(req, res) {
|
||||
async getFeedsFromOPMLText(req, res) {
|
||||
if (!req.body.opmlText) {
|
||||
return res.sendStatus(400)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user