mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Make it right
This commit is contained in:
parent
c3bf0d736e
commit
da02d9614b
@ -78,7 +78,7 @@ class CheckLibraryDialog(QDialog):
|
||||
def run_the_check(self):
|
||||
checker = CheckLibrary(self.db.library_path, self.db)
|
||||
checker.scan_library(self.box_to_list(unicode(self.name_ignores.text())),
|
||||
self.box_to_list(unicode(self.name_ignores.text())))
|
||||
self.box_to_list(unicode(self.ext_ignores.text())))
|
||||
|
||||
plaintext = []
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user