diff --git a/VERSION b/VERSION index 0ea3a94..0c62199 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.0 +0.2.1 diff --git a/core/path_mapper.py b/core/path_mapper.py index 1a5aeda..f72d4b9 100644 --- a/core/path_mapper.py +++ b/core/path_mapper.py @@ -5,6 +5,7 @@ Handles path translation between container, Radarr/Sonarr, and download client p """ import os from pathlib import Path +from datetime import datetime from typing import Dict, List, Optional, Tuple