From 8a3e01d96661800faba7f54737f82e46cc896083 Mon Sep 17 00:00:00 2001 From: sbcrumb Date: Thu, 16 Oct 2025 09:17:03 -0400 Subject: [PATCH] fix: shows not seeing airdates --- VERSION | 2 +- processors/tv_processor.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 8c57128..ef93bcc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.18 +2.2.19 diff --git a/processors/tv_processor.py b/processors/tv_processor.py index 7504313..dfb7d24 100644 --- a/processors/tv_processor.py +++ b/processors/tv_processor.py @@ -168,7 +168,7 @@ class TVProcessor: # Skip incomplete NFO files with "unknown" source or no useful dates if source == "unknown" and not dateadded and not aired: _log("INFO", f"S{season:02d}E{episode:02d}: Ignoring incomplete NFO file with source 'unknown' and no dates") - continue # Skip this NFO file, try other episode files or proceed to API lookup + break # Break out of NFO search to mark episode as needing API lookup # Apply fallback logic if NFO has aired but no dateadded if not dateadded and aired: