mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
fae3fe3808
commit
cae787ee82
@ -2402,7 +2402,7 @@ class Cache:
|
|||||||
Example: Assume author A has link X, author B has link Y, tag S has link
|
Example: Assume author A has link X, author B has link Y, tag S has link
|
||||||
F, and tag T has link G. If book 1 has author A and tag T,
|
F, and tag T has link G. If book 1 has author A and tag T,
|
||||||
this method returns {'authors':{'A':'X'}, 'tags':{'T', 'G'}}
|
this method returns {'authors':{'A':'X'}, 'tags':{'T', 'G'}}
|
||||||
If book 2's author is neither A nor B and has no tags, this method returns {}
|
If book 2's author is neither A nor B and has no tags, this method returns {}.
|
||||||
|
|
||||||
:param book_id: the book id in question.
|
:param book_id: the book id in question.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user