mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
/browse: Fix handling of non-ascii saved searches
This commit is contained in:
parent
284ca8f7a1
commit
9a93d3fd2d
@ -509,7 +509,7 @@ class BrowseServer(object):
|
||||
|
||||
hide_sort = 'true' if dt == 'series' else 'false'
|
||||
if category == 'search':
|
||||
which = unhexlify(cid)
|
||||
which = unhexlify(cid).decode('utf-8')
|
||||
try:
|
||||
ids = self.search_cache('search:"%s"'%which)
|
||||
except:
|
||||
|
Loading…
x
Reference in New Issue
Block a user