mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
be7b04b3b4
commit
b1a9273935
@ -437,7 +437,7 @@ class OPDSServer(object):
|
||||
meta = category_meta.get(category, {})
|
||||
category_name = meta.get('name', which)
|
||||
which = unhexlify(which)
|
||||
feed_title = default_feed_title + ' :: ' + _('By %s :: %s') % (category_name, which)
|
||||
feed_title = default_feed_title + ' :: ' + (_('By {0} :: {1}').format(category_name, which))
|
||||
owhich = hexlify('N'+which)
|
||||
up_url = url_for('opdsnavcatalog', version, which=owhich)
|
||||
items = categories[category]
|
||||
|
Loading…
x
Reference in New Issue
Block a user