mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #975929 (error downloading purchased book)
This commit is contained in:
parent
a689e82b56
commit
38f86047cd
@ -89,6 +89,7 @@ class NPWebView(QWebView):
|
||||
os.path.join(home, filename),
|
||||
'*.*')
|
||||
if name:
|
||||
name = unicode(name)
|
||||
self.gui.download_ebook(url, cf, name, name, False)
|
||||
else:
|
||||
self.gui.download_ebook(url, cf, filename, tags=self.tags)
|
||||
|
Loading…
x
Reference in New Issue
Block a user