mirror of
https://github.com/denizsafak/abogen.git
synced 2026-07-18 13:40:27 +02:00
feat: Enhance search functionality in CalibreOPDSClient to support contextual search with start_href
This commit is contained in:
@@ -122,7 +122,7 @@ def api_calibre_opds_feed() -> ResponseReturnValue:
|
||||
if letter:
|
||||
feed = client.browse_letter(letter, start_href=href)
|
||||
elif query:
|
||||
feed = client.search(query)
|
||||
feed = client.search(query, start_href=href)
|
||||
else:
|
||||
feed = client.fetch_feed(href)
|
||||
except CalibreOPDSError as exc:
|
||||
|
||||
Reference in New Issue
Block a user