From c612c56841bdaccf44f0316b83cac99ae7d63ce3 Mon Sep 17 00:00:00 2001 From: DarkSir23 Date: Wed, 1 Nov 2017 17:16:59 -0400 Subject: [PATCH] OPDS Publishers Part 1 (testing) --- mylar/opds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mylar/opds.py b/mylar/opds.py index 8da1cb3e..5f002de6 100644 --- a/mylar/opds.py +++ b/mylar/opds.py @@ -243,7 +243,7 @@ class OPDS(object): 'updated': comic['DateAdded'], 'content': escape('%s (%s) (%s)' % (comic['ComicName'], comic['ComicYear'], comic['haveissues'])), 'href': '/opds?cmd=Comic&comicid=%s' % quote_plus(comic['ComicID']), - 'kind': 'navigation', + 'kind': 'acquisition', 'rel': 'subsection', } )