mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1102 (quotes « »)
This commit is contained in:
parent
414f3ca778
commit
83556ecb0e
@ -542,7 +542,7 @@ class Main(MainWindow, Ui_MainWindow):
|
||||
#model.research()
|
||||
model.books_added(number_added)
|
||||
else:
|
||||
self.upload_books(paths, names, infos, on_card=on_card)
|
||||
self.upload_books(paths, list(map(sanitize_file_name, names)), infos, on_card=on_card)
|
||||
|
||||
def upload_books(self, files, names, metadata, on_card=False, memory=None):
|
||||
'''
|
||||
|
Loading…
x
Reference in New Issue
Block a user