mirror of
https://github.com/ciromattia/kcc
synced 2025-12-13 01:36:27 +00:00
remove webtoon cover (#1124)
This commit is contained in:
@@ -488,8 +488,10 @@ class WorkerThread(QThread):
|
||||
k = kindle.Kindle(options.profile)
|
||||
if k.path and k.coverSupport:
|
||||
for item in outputPath:
|
||||
comic2ebook.options.covers[outputPath.index(item)][0].saveToKindle(
|
||||
k, comic2ebook.options.covers[outputPath.index(item)][1])
|
||||
cover = comic2ebook.options.covers[outputPath.index(item)][0]
|
||||
if cover:
|
||||
cover.saveToKindle(
|
||||
k, comic2ebook.options.covers[outputPath.index(item)][1])
|
||||
MW.addMessage.emit('Kindle detected. Uploading covers... <b>Done!</b>', 'info', False)
|
||||
else:
|
||||
GUI.progress.content = ''
|
||||
|
||||
Reference in New Issue
Block a user