From 5537b3b1583dd96a7324f45d6731ab701d73cdeb Mon Sep 17 00:00:00 2001 From: SBCrumb Date: Mon, 8 Sep 2025 10:10:42 -0400 Subject: [PATCH] update missing module --- VERSION | 2 +- core/path_mapper.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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