mirror of
https://github.com/hkalexling/Mango.git
synced 2026-04-25 00:00:52 -04:00
Respect base URL in OPDS feed
This commit is contained in:
@@ -133,6 +133,7 @@ def validate_password(password)
|
||||
end
|
||||
|
||||
macro render_xml(path)
|
||||
base_url = Config.current.base_url
|
||||
send_file env, ECR.render({{path}}).to_slice, "application/xml"
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user