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: