mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 03:23:47 +02:00
...
This commit is contained in:
parent
361e86c6ff
commit
ddb3d935d4
1 changed files with 1 additions and 1 deletions
|
|
@ -637,7 +637,7 @@ def set_metadata(self, stream, mi, type):
|
|||
from calibre.ebooks.metadata.covers import OpenLibraryCovers, \
|
||||
AmazonCovers, DoubanCovers, OverdriveCovers
|
||||
|
||||
plugins += [GoogleBooks, ISBNDB, Amazon,
|
||||
plugins += [GoogleBooks, ISBNDB, Amazon, Overdrive,
|
||||
OpenLibraryCovers, AmazonCovers, DoubanCovers, OverdriveCovers,
|
||||
NiceBooksCovers, KentDistrictLibrary, DoubanBooks, NiceBooks]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue