diff --git a/comictaggerlib/fileselectionlist.py b/comictaggerlib/fileselectionlist.py index 362fdba..fe9b13d 100644 --- a/comictaggerlib/fileselectionlist.py +++ b/comictaggerlib/fileselectionlist.py @@ -236,7 +236,7 @@ class FileSelectionList(QWidget): if self.isListDupe(path): return None - ca = ComicArchive( path, self.settings ) + ca = ComicArchive( path, self.settings.rar_exe_path ) if ca.seemsToBeAComicArchive() : row = self.twList.rowCount()