diff --git a/core/nfo_manager.py b/core/nfo_manager.py index 1ad3761..fbc1005 100644 --- a/core/nfo_manager.py +++ b/core/nfo_manager.py @@ -56,8 +56,7 @@ class NFOManager: return None try: - tree = ET.parse(nfo_path) - root = tree.getroot() + root = self._parse_nfo_with_tolerance(nfo_path) # Check for ttXXXXXX imdb_uniqueid = root.find('.//uniqueid[@type="imdb"]')