diff --git a/core/nfo_manager.py b/core/nfo_manager.py index 96fdffa..62de808 100644 --- a/core/nfo_manager.py +++ b/core/nfo_manager.py @@ -7,7 +7,7 @@ import os import xml.etree.ElementTree as ET from pathlib import Path from datetime import datetime -from typing import Optional, Dict, Any +from typing import Optional, Dict, Any, Tuple import re