From 8c76a8d8bef3de5783149bee745518341d187d7f Mon Sep 17 00:00:00 2001 From: DarkSir23 Date: Wed, 1 Nov 2017 10:46:36 -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 1889766b..21216f60 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&id=%s' % quote_plus(publisher['ComicPublisher']), + 'href': '/opds?cmd=Publisher&pubid=%s' % quote_plus(publisher['ComicPublisher']), 'kind': 'navigation', 'rel': 'subsection', }