OPDS Publishers Part 1 (testing)

This commit is contained in:
DarkSir23 2017-11-01 17:16:59 -04:00 committed by evilhero
parent bc8eb58e70
commit c612c56841
1 changed files with 1 additions and 1 deletions

View File

@ -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',
}
)