mirror of
https://github.com/9001/copyparty.git
synced 2026-02-26 21:43:08 -07:00
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:
parent
4311a1f58e
commit
1c8d37df41
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue