From c409fb9c176beff118ed1689c59556aff8ecbfd5 Mon Sep 17 00:00:00 2001 From: DarkSir23 Date: Wed, 1 Nov 2017 11:01:27 -0400 Subject: [PATCH] OPDS Publisher Indexing --- mylar/opds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mylar/opds.py b/mylar/opds.py index 21216f60..2f6dfd33 100644 --- a/mylar/opds.py +++ b/mylar/opds.py @@ -188,7 +188,7 @@ class OPDS(object): 'id': 'publisher:%s' % publisher['ComicPublisher'], 'updated': mylar.helpers.now(), 'content': publisher['ComicPublisher'], - 'href': '/opds?cmd=Publisher&pubid=%s' % quote_plus(publisher['ComicPublisher']), + 'href': '/opds?cmd=Publisher&pubid=%s' % quote_plus(publisher['ComicPublisher']), 'kind': 'navigation', 'rel': 'subsection', }