mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
Fix #8047 (Saved Searches not working in Web Browser)
This commit is contained in:
parent
a11820ecfd
commit
35bfaab669
@ -556,6 +556,7 @@ class BrowseServer(object):
|
||||
ids = self.search_cache('search:"%s"'%which)
|
||||
except:
|
||||
raise cherrypy.HTTPError(404, 'Search: %r not understood'%which)
|
||||
else:
|
||||
all_ids = self.search_cache('')
|
||||
if category == 'newest':
|
||||
ids = all_ids
|
||||
|
Loading…
x
Reference in New Issue
Block a user