mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-06-06 10:42:44 +02:00
Remove serverAddress from Feeds and FeedEpisodes URLs
This commit is contained in:
@@ -162,7 +162,7 @@ class RssFeedManager {
|
||||
}
|
||||
}
|
||||
|
||||
const xml = feed.buildXml()
|
||||
const xml = feed.buildXml(req.originalHostPrefix)
|
||||
res.set('Content-Type', 'text/xml')
|
||||
res.send(xml)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user