rename opds.html to .xml

This commit is contained in:
AppleTheGolden 2025-09-09 23:21:06 +02:00
parent 5baaac67ef
commit 0edbd858d4
No known key found for this signature in database
GPG key ID: F6AC8A62154C42AA
2 changed files with 1 additions and 1 deletions

View file

@ -185,9 +185,9 @@ class HttpSrv(object):
"shares",
"splash",
"svcs",
"opds", # TODO: not actually html
]
self.j2 = {x: env.get_template(x + ".html") for x in jn}
self.j2["opds"] = env.get_template("opds.xml")
self.prism = has_resource(self.E, "web/deps/prism.js.gz")
if self.args.ipu: