Skip to content

Commit 2af5295

Browse files
Adds cover support to the Calibre plugin
1 parent 5c69b0f commit 2af5295

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ def search(query, max_results=10, timeout=60):
5959

6060
s.formats = ', '.join(s.downloads.keys())
6161
s.drm = SearchResult.DRM_UNLOCKED
62+
s.cover_url = result.image_url
6263

6364
# don't show results with no downloads
6465
if not s.formats:

0 commit comments

Comments
 (0)