web/opds.xml: remove Search title attribute

As suggested by @Scotsguy this attribute seems unneeded. Tested in both
Moon Reader and Koreader.

https://github.com/9001/copyparty/pull/1287#discussion_r2784804110

Signed-off-by: Brandon Philips <brandon@ifup.org>
This commit is contained in:
Brandon Philips 2026-02-10 13:39:49 -08:00
parent 4311a1f58e
commit 1c8d37df41

View file

@ -2,8 +2,7 @@
<feed xmlns="http://www.w3.org/2005/Atom">
<link rel="search"
href="{{ opds_osd | e }}"
type="application/opensearchdescription+xml"
title="Search"/>
type="application/opensearchdescription+xml"/>
{%- for d in dirs %}
<entry>
<title>{{ d.name }}</title>